[PHP] PhP, mysql and pictures

2002-05-27 Thread Ragnar
Is it possible to display images in a browser that are stored as a blob column in a mysql table? Or is it better to store images in a direcotory and display them from there? -Ragnar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PhP, mysql and pictures

2002-05-27 Thread John S. Huggins
On Mon, 27 May 2002, Ragnar wrote: -Is it possible to display images in a browser that are stored as a blob -column in a mysql table? Or is it better to store images in a direcotory and -display them from there? IMHO it is better to let a file system store the image files and let MySQL

Re: [PHP] PhP, mysql and pictures

2002-05-27 Thread Greg Wright
*** REPLY SEPARATOR *** On 27/05/2002 at 9:00 PM Ragnar [EMAIL PROTECTED] [gregausit/phplist] wrote: Is it possible to display images in a browser that are stored as a blob column in a mysql table? Or is it better to store images in a direcotory and display them from there?