In article <FA432D4D6C2EC1498940A59C494F153873335B@stca207a>,
 [EMAIL PROTECTED] ("Kasten, Holger") wrote:

> how can I check the last modified date of a website. I mean not my own site,
> I mean other sites.

Use fsockopen(), send a HEAD request, get back (sometimes*) a Last-Modified 
header.

*See RFC 2616 for more info on the inherent limitation of depending on 
Last-Modified.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to