Re: [PHP] remote files handling

2004-04-14 Thread Marek Kilimajer
Red Wingate wrote: http://de.php.net/filemtime [quote] As of PHP 5.0.0 this function can also be used with some URL wrappers. Refer to Appendix J for a listing of which wrappers support stat() family of functionality. [/quote] -- red As you likely don't have PHP5 installed, use fsockopen, file

Re: [PHP] remote files handling

2004-04-13 Thread Red Wingate
http://de.php.net/filemtime [quote] As of PHP 5.0.0 this function can also be used with some URL wrappers. Refer to Appendix J for a listing of which wrappers support stat() family of functionality. [/quote] -- red [...] > hello sir > need help in remote files handling. i.e, i want to > know

[PHP] remote files handling

2004-04-13 Thread srivignesh sundarrajan
hello sir need help in remote files handling. i.e, i want to know the last modified date of a file on a remote server. for example www.abc.com/abc/Test.zip. i want to know the last modified date of that file. can u pls help me. thankz in advance with regards S.Srivignesh