I have a program that inserts (I think, at least the size looks right) an image into a Mysql database.
Now I want to take the image from the database and put in on a web page.
I know that I can get the the image data with a select command (and it appears to work).
But how dows one *use* the data since the img src="yada.png" wants a filename, rather than a file?