RE: [PHP] How to store an image into a mysql database using php language?

2002-07-23 Thread John Holmes
;ll tell you exactly how to do it. ---John Holmes... > -Original Message- > From: Rija [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 11:03 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to store an image into a mysql database using php > language? > >

[PHP] How to store an image into a mysql database using php language?

2002-07-22 Thread Rija
I want to store image data into mysql table using BLOB but I don't know how to read it after. To record the image, I doesn't have any problem, but to read the file after and to view the image, I can't do anything the variable show only comment like this: memobin24.bin So how can I do? This wa