do a search for it in the manual :) if it works on php unix it will work with php
windows :)
-Original Message-
From: James Mclean [mailto:[EMAIL PROTECTED]]
Sent: Monday, 1 July 2002 2:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] filemtime()
Hi,
Anyone know if the
Hi,
Anyone know if the function filemtime() is available in php, running
under IIS 5 on Windows 2000 Server?
(i hate windows, why cant the world use Unix?)
Cheers
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
When I am uploading a Word file from the client machine to the server,
before overwriting the file on the server, I am checking for the last time
each of the two files were modified. If the file being uploaded is older
than the one on the server, I don't want the upload to happen.
The problem