Re: [PHP] Storing images in MySQL bad idea, performance-wise?

2002-07-08 Thread Analysis & Solutions
On Mon, Jul 08, 2002 at 04:34:20PM -0600, René Fournier wrote: > > Do I store all such images in the DB? (Which I understand reduces > performance.) You can, but it's a pain and inefficient. > Or do I--somehow--store the images as files on the client's web server? > And if so, how? (Because

Re: [PHP] Storing images in MySql

2002-04-16 Thread Richard Archer
At 12:48 PM -0700 16/4/02, Fifield, Mike wrote: >Is anyone out there running a website that stores images as binary data in >MySql that could comment on this? I only store the images in the database when there is an admin interface which allows new images to be uploaded. If these images were st