I want to get last modification date of different webpage using php for example last modification date of google , yahoo , or a weblog or ...
I used the code below :
echo "document.write('".date( "F d, Y. H:i:s a", filemtime($filename)));
but it works only for files not webpages ! and for web pages it returns something like this:
Warning: filemtime(): stat failed for http://www.mst.edu/ in C:\xampp\htdocs\Final\api.php on line 56
document.write('January 01, 1970. 01:00:00 am');