[PHP-DEV] Help displaying an image stoed in a MySQL 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

RE: [PHP-DEV] Help displaying an image stoed in a MySQL database

2001-12-06 Thread Chris Newbill
$image_contents; ? That's it...then from your html page img src=Image.php?id=image_id -Chris -Original Message- From: Christofe DuBois [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 5:11 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Help displaying an image stoed in a MySQL database I