> 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 is cause by my ISP's cache. The reason I say this is that if I
refresh the page using my browser first and then access the page with the
PHP script I get the most recent update. There has to be away to refresh the
cache (page) before using an fopen. Suggestions?

syl


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to