PHP, BLOB file, MySql and my web site

2002-03-26 Thread Oladejo, Tokunboh
Hi All, Can anyone guide me on how to list the content of mysql table or result of a query that has a BLOB file in it on my web page. I am listing the result of the query OK now, but mysql query is listing the name of the graphic (image1.gif) file instead of the graphic itself. I am working on a

Re: PHP, BLOB file, MySql and my web site

2002-03-26 Thread Maxim Vysotskiy
Hello Tokunboh, I'm not saving any binary data in database, only saves relative (to webserver root) image paths there, and then just put them to img src= tag. Wednesday, March 27, 2002, 3:05:35 AM, you wrote: OT Hi All, OT Can anyone guide me on how to list the content of mysql table or

Re: PHP, BLOB file, MySql and my web site

2002-03-26 Thread Oladejo, Tokunboh
there is a lot of unwanted file. Hu, I khow there should be a way to get mysql store the image and update when necessary. Toks - Original Message - From: Maxim Vysotskiy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 8:26 PM Subject: Re: PHP, BLOB file, MySql