RE: [PHP] Help displaying an image stored in a database...

2001-12-06 Thread Martin Towell
in the html page have: ... ... in myimage.php have: -Original Message- From: Christofe DuBois [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Help displaying an image stored in a database... I would like to store an image in

[PHP] Help displaying an image stored in a database...

2001-12-06 Thread Christofe DuBois
I would like to store an image in a database and then allow users to select the image for display... I can upload the file, and write it to the database. I base64_encode ' d it and dropped it in a longblob field. I then query the database, pull the encoded image out... now what... I have trie