I am trying to output an image to a browser and then output HTML (not directly related to the image) on the same page. Is this possible? I am having a heck of a time figurin
you can't set the header once output has been sent to the browser. Instead send everything as text/html and insert the raw image data into an img tag
'; echo "ross"; ?>