Re: PHP and mysql and images

2001-06-15 Thread Mat Murdock
Is there a particular reason why you want the images in a mysql database. It would be faster if you put that path to the images in a table then the actual images. Mat - Original Message - From: "Kevin Pratt" <[EMAIL PROTECTED]> To: "Mysql List" <[EMAIL PROTECTED]> Sent: Friday, June 15,

Re: PHP and mysql and images

2001-06-15 Thread Zak Greant
This topic has been covered many times - check the PHP-General mailing list archives (http://marc.theaimsgroup.com/?l=php-general) --zak - Original Message - From: "Kevin Pratt" <[EMAIL PROTECTED]> To: "Mysql List" <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 12:25 PM Subject: PHP a

RE: PHP and mysql and images

2001-06-15 Thread Chris Bolt
Why would you want to do that? That's what filesystems are for. > Can any one tell me how place images in to a mysql database and then > retrieve them later? - Before posting, please check: http://www.mysql.com/manual.php