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

2002-07-25 Thread lallous
insert into table(imagefield) values(load_file('/path/to/image.jpg')) i remember that worked for me. //elias Rija [EMAIL PROTECTED] wrote in message 001501c231f5$72337a40$3d00a8c0@workelp3">news:001501c231f5$72337a40$3d00a8c0@workelp3... I want to store image data into mysql table using BLOB

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

2002-07-23 Thread Richard Lynch
I want to store image data into mysql table using BLOB Why? It's just going to clog up your database, increase the risk of your database self-destructing, and you can't *DO* anything with the data in that blob. Unless you're actually de-constructing the image pixels with SQL and doing photo