Re: [PHP] fopen(http:...) problems

2002-08-19 Thread Kevin Stone
age - From: "Syl" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 4:27 PM Subject: Re: [PHP] fopen(http:...) problems > > Is there a cacheing mechanism involving PHP scripts? I don't see how it's > > poss

Re: [PHP] fopen(http:...) problems

2002-08-19 Thread Syl
> Is there a cacheing mechanism involving PHP scripts? I don't see how it's > possible to fopen() data from the browser's cache. If you are not getting > the latest version of the web page then perhaps the server you are trying to > scrape is cloaking your spider. Just a thought. I suspect it

Re: [PHP] fopen(http:...) problems

2002-08-19 Thread Kevin Stone
Is there a cacheing mechanism involving PHP scripts? I don't see how it's possible to fopen() data from the browser's cache. If you are not getting the latest version of the web page then perhaps the server you are trying to scrape is cloaking your spider. Just a thought. -Kevin - Original