I’ve been looking into PHP GD an awful lot, but all the examples seem to indicate that you need to redirect the browser to another page. Now I’ve managed to get it displayed inline by writing a php file that runs the picture painting code. What I need to do now, is to stop all the random text appearing at the top of the screen. How do I do that?
Share
GD generates images. Images can be put in
<img>tags.<img>is HTML. HTML is styled be CSS. Therefore CSS will allow you to place the image where you want.Example: