im new to using the GD Library and I have a problem where i'm using imagejpeg() to ouput an image but when I include header('Content-type: image/jpeg'); the rest of the html does not show.
how do I include an image that i'm resampling on the fly within an html environment?
thanks.