EMAIL PROTECTED]]
Sent: 24 January 2002 14:04
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Pictures in MySQL database
Re the PLS. Nope, replies to private email are contrary to spirit of the
list.
Storing inages in a database is not a good practice. Fetches are slow and
the database becomes inc
Re the PLS. Nope, replies to private email are contrary to spirit of the list.
Storing inages in a database is not a good practice. Fetches are slow and
the database becomes incredibly bloated. Most people store the images on
disk and a reference to their location in the database and have found
Hello,
I would like to create database with many pictures.
I have problem with inserting pictures to table in MySQL. I created table where one of
the name of column is "image". The type of this column is LONGBLOB. How can I insert
picture into this column? I tried insert a file (e.g. picture.jp