Posted by The Natural Philosopher on 09/14/07 10:55
Ok. what I want to do, is have pictures as BLOBS in a database.
And show them onscreen.
If I have a generic program called say - showpic.php - which is capable
of spitting out an image suitable for downloading, and I write a bit of
HTML like
<IMG URL="showpic.php?id=1112233456">Picture of item 1112233456</IMG>
where the id is and index to the actual picture I want, for example,
will that work?