Hi, As the PHP manual states you CAN NOT use filesystem functions, such as filesize, filectime, etc... on remote files, such as those opened opened through HTTP. You can however rely on the FTP functions, if you can use FTP to open the files.
Cheers, Catalin "Erich Kolb" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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