[PHP-DB] Another Image prob

2001-09-14 Thread Todd Moy
I'm new at this and i'm sure that this has been answered before, but anyway... I am trying to retrieve images from a MySQL database. They are stored as BLOBs with the following table format: Database metonym_metonym - table imgs Field TypeAttributes NullDefault Extra fk_proj_id

RE: [PHP-DB] Another Image prob

2001-09-14 Thread Rick Emery
browser. Storing images as blobs tends to make the database unwieldy. -Original Message- From: Todd Moy [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 1:46 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Another Image prob I'm new at this and i'm sure that this has been answered

RE: [PHP-DB] Another Image prob

2001-09-14 Thread Barry L. Jeung
PROTECTED]] Sent: Friday, September 14, 2001 10:58 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Another Image prob The consensus is that it is best if you DO NOT store the images as blobs in a database. Rather, store the images in separate files and store the names of those files