Re: [PHP] Best Functions for Checking Remote File "last modified"?

2004-10-23 Thread Matthew Fonda
You could try using filectime

http://us2.php.net/manual/en/function.filectime.php

On Sat, 2004-10-23 at 09:45, Nick Wilson wrote:
> Hello, 
> 
> I need to connect to a remote http server and pick up a file *only* if
> it has been modified since i last did this.
> 
> The file is in csv format (not tht i think that matters?) and is http
> password protected.
> 
> Which functions should I look at for acheiving this please?
> 
> Thanks very much!
> -- 
> Nick W
-- 
Regards,
Matthew Fonda

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Best Functions for Checking Remote File "last modified"?

2004-10-23 Thread Nick Wilson
Hello, 

I need to connect to a remote http server and pick up a file *only* if
it has been modified since i last did this.

The file is in csv format (not tht i think that matters?) and is http
password protected.

Which functions should I look at for acheiving this please?

Thanks very much!
-- 
Nick W

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php