How can I get statistics from a remote file? I am trying to get info on: FileSize Date Created Date Modified
when: fopen ("http://somedomain.com/somefile.ext", "r") Also, I am unable to use filesize function where $fp = fopen("http://somedomain.com/somefile.ext", "r"). Is it possible to do this, or is it a limitation of php/linux filesystem? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php