Hi,
I want todisplay an image that's defined as a blob from a mysql database on a web page.
When I use a simple echo statement, I see binary code.
When I use the echo statement in the src attribute of the image tag, I see a broken picture icon (red cross on a white page).
Any ideas on how I can get the browser to display the picture?
Thanks