Re: Display Blob from database

2002-11-07 Thread Wim Kerkhoff
Kee Hinckley wrote: At 5:36 PM -0800 11/4/02, Andrew Lim wrote: I need to do this thing pretty soon for my new project. I still don't get this instruction. Specially how to "SPIT out" image from DB and while() part. Can you give us more detailed explanation? Not really, since I don't know w

RE: Display Blob from database

2002-11-05 Thread Kee Hinckley
At 5:36 PM -0800 11/4/02, Andrew Lim wrote: I need to do this thing pretty soon for my new project. I still don't get this instruction. Specially how to "SPIT out" image from DB and while() part. Can you give us more detailed explanation? Not really, since I don't know what API you are using to

RE: Display Blob from database

2002-11-04 Thread Andrew Lim
where.com] Sent: Monday, November 04, 2002 9:43 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Display Blob from database At 9:34 AM -0800 11/4/02, Gerardo Schimpf wrote: >Hello embperl fans!. I have a mysql table with a blob data type column and >pictures stores in that colum

Re: Display Blob from database

2002-11-04 Thread Kee Hinckley
At 9:34 AM -0800 11/4/02, Gerardo Schimpf wrote: Hello embperl fans!. I have a mysql table with a blob data type column and pictures stores in that column. How can I upload a picture and insert it into that column and display the picture on a HTML page? Uploading the picture you can do using tes