Posted by Shuan on 11/26/94 11:56
snoopy class can retrieve the specific page's lat modification date in String but is there any way to get into the integer or long? <?php include( "Snoopy.class.php" ); $request = new Snoopy; $request->fetch( "http://www.mysite.com" ); if( ! $request -> error ){ while( list( $key, $val ) = each( $request -> headers ) ) { echo $key.": ".$val."<br>\n"; } } ?>
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming