[PHP] Am I right or wrong?

2001-09-03 Thread Seb Frost
My ISP has a limit on my site of 10,000MB of data transfer per month. 4 days into september and I'm already at 2,500MB. It would seem they're including requests by their own PHP server. I have a folder of ~80kb images that are dynamically resized using PHP into ~1.4kb thumbnails. Now for each

Re: [PHP] Am I right or wrong?

2001-09-03 Thread Stig-Ørjan Smelror
My ISP has a limit on my site of 10,000MB of data transfer per month. 4 days into september and I'm already at 2,500MB. It would seem they're including requests by their own PHP server. I have a folder of ~80kb images that are dynamically resized using PHP into ~1.4kb thumbnails. Now

RE: [PHP] Am I right or wrong?

2001-09-03 Thread Cristopher Daniluk
PROTECTED]] Sent: Monday, September 03, 2001 8:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Am I right or wrong? My ISP has a limit on my site of 10,000MB of data transfer per month. 4 days into september and I'm already at 2,500MB. It would seem they're including

Re: [PHP] Am I right or wrong?

2001-09-03 Thread Christopher William Wesley
On Tue, 4 Sep 2001, Seb Frost wrote: I have a folder of ~80kb images that are dynamically resized using PHP into ~1.4kb thumbnails. Now for each one the PHP server sends an HTTP request for the 80kb image, and this is being counted against my 10,000MB. Should it? Am I in the right in

RE: [PHP] Am I right or wrong?

2001-09-03 Thread Seb Frost
2001 01:59 To: Seb Frost Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Am I right or wrong? On Tue, 4 Sep 2001, Seb Frost wrote: I have a folder of ~80kb images that are dynamically resized using PHP into ~1.4kb thumbnails. Now for each one the PHP server sends an HTTP request for the 80kb image

Re: [PHP] Am I right or wrong?

2001-09-03 Thread Dave Freeman
On 4 Sep 01, at 1:14, Seb Frost wrote: My ISP has a limit on my site of 10,000MB of data transfer per month. 4 days into september and I'm already at 2,500MB. It would seem they're including requests by their own PHP server. I have a folder of ~80kb images that are dynamically resized