Re: [PHP-DB] Insert an image in a Mysql table

2004-03-21 Thread Filip de Waard
On Mar 21, 2004, at 9:19 PM, Stuart Gilbert wrote: Filip de Waard wrote: On Mar 21, 2004, at 8:44 AM, Stuart Gilbert wrote: Filip de Waard wrote: On Mar 20, 2004, at 3:11 PM, charalambos nicolaou wrote: Hi, I have created a MySQL table with a blob field and I don’t know how to insert an

Re: [PHP-DB] Insert an image in a Mysql table

2004-03-21 Thread Filip de Waard
On Mar 21, 2004, at 8:44 AM, Stuart Gilbert wrote: Filip de Waard wrote: On Mar 20, 2004, at 3:11 PM, charalambos nicolaou wrote: Hi, I have created a MySQL table with a blob field and I don’t know how to insert an image to it. Help me please because I am going crazy. Use your filesystem in

Re: [PHP-DB] Insert an image in a Mysql table

2004-03-21 Thread John
> > I have created a MySQL table with a blob field and I don’t know how > > to insert an image to it. Help me please because I am going crazy. > I store in the blob not an image but the string: img[]=path/file.jpg&description=&var[]= etc and so on for any number of images and corresponding de

Re: [PHP-DB] Insert an image in a Mysql table

2004-03-20 Thread Filip de Waard
On Mar 20, 2004, at 3:11 PM, charalambos nicolaou wrote: Hi, I have created a MySQL table with a blob field and I don’t know how to insert an image to it. Help me please because I am going crazy. Use your filesystem instead, databases might be capable of storing binary data but they are not pe