Re: [PHP] image retrival from db?

2001-06-19 Thread Ethan Schroeder
You need to set the content type. eg: echo Content-type: image/gif; echo $row[image]; Ethan - Original Message - From: Steve [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 3:56 PM Subject: [PHP] image retrival from db? Anyone have a pointer to a script or

Re: [PHP] image retrival from db?

2001-06-19 Thread Ethan Schroeder
I meant to say Header(Content-type: image/gif); - Original Message - From: Steve [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 3:56 PM Subject: [PHP] image retrival from db? Anyone have a pointer to a script or documentation on how to retrieve an image that is

RE: [PHP] image retrival from db?

2001-06-19 Thread Ray Hilton
I thought this one was quite good to get you up to speed: http://www.phpbuilder.net/columns/florian19991014.php3 Thing is, although very technically nice, it isnt really very practical, as your database increases in size rapidly, and data retrival takes longer and longer. I would recommend you