Re: [PHP] Re: Images : Store in dB or disk?

2003-01-17 Thread Bobby Patel
That makes sense. When Marek explained it I didn't realise that IMG tags can't use the raw data, and needs to make a seperate HTTP request for the Headers. Now, I understand. Unfortunately the desicion has been made to go with the database. Oh well, I can always code the scripts to store and grab

RE: [PHP] Re: Images : Store in dB or disk?

2003-01-17 Thread John W. Holmes
> With regards to Marek, > I don't see how there would be two queries, because there row conisists of > image properties and image data. So when i select the required row(s), I > will have properties and images. So it will be 1 query, of course it is a > big (size-wise) query. Hopefully you've got

RE: [PHP] Re: Images : Store in dB or disk?

2003-01-16 Thread Daniel Kushner
_ Need hosting? http://thehostingcompany.us > -Original Message- > From: Bobby Patel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 12:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Images : Store in dB or disk? > > &g

[PHP] Re: Images : Store in dB or disk?

2003-01-16 Thread Bobby Patel
With regards to Marek, I don't see how there would be two queries, because there row conisists of image properties and image data. So when i select the required row(s), I will have properties and images. So it will be 1 query, of course it is a big (size-wise) query. With regards to Jason, Your ap