RE: [PHP-DB] Images stored in a db - how to get them?

2004-01-26 Thread John T. Beresford
re filenames and store the files in the filesystem. That way you just generate a link and treat it like any other image. Then when you query the database you would create img tags with src property set to the image. You probably don't want to store FULL path info, just enough to find the image.

[PHP-DB] Images stored in a db - how to get them?

2004-01-26 Thread John T. Beresford
ion would be very much appreciated. Thanks, John -- === John T. Beresford Apple Certified Technical Coordinator http://www.deewi.com/ 405.760.0794 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php