I can't get a image to show on a web page if there is anything else sent to the web page. The image is in a longblob field (mysql). A Jpeg.
I can get the record - echo the image and it works fine if it is the only thing on the page. If I add a header - an name etc it screws up the image.
I can use the img src = "a jpg file in a directory" all day long and it works great.
If I get the image from a db field it does not. I have used the Header(Content Type) and that does not help.
About to give up.
HELP!