RE: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Gonzalez, Zara E
PROTECTED]] Sent: Wednesday, January 16, 2002 2:17 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Image Fields and PHP... Hi Zara, are you storing a path to the images in your db? Or the actual image? It's recommended that you stay away from storing actual images in the db. If you are storing a path

Re: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Jason Bell
:52 PM Subject: RE: [PHP] Re: Image Fields and PHP... Joe (And/Or others), We are storing the actual images in the DB. We did not want our pictures to be on our webserver. Instead we felt it would be better to keep them on the database server. In order to do this, they had to be stored

RE: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Gonzalez, Zara E
]] Sent: Wednesday, January 16, 2002 4:17 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Image Fields and PHP... It basically comes down to speed. While there is nothing Technicaly wrong with storing the images in the database, accessing the images will become slower as the database gets larger