Re: [PHP-DB] pulling images from a database

2001-05-22 Thread Gary Huntress
If you want to be efficient, store only the image metadata in the database (path, filename, creator, date, dimentions, format, etc) in the database. Keep the actual data as a file. -- Regards, Gary "SuperID" Huntress === FreeSQL.org offering fr

[PHP-DB] pulling images from a database

2001-05-21 Thread Trent Reimer
I'm trying to find an efficient way to pull images from a database. What I'm saying is that the actual image file itself is being stored as a Binary Large OBject in the database (MySQL) and that I want to use it on a web document. The only way I've been able to do it so far is to call an external