I am trying to get the last modified time of an HTML file on my windows machine. The file is in a sub dir of my script dir and I can use the same path for file_get_contents() and fopen() and the path works great.
$filetime = date("mdyhis", filemtime("subdir/file.html"));
Always returns: 123169060000 (December 31, 1969)
Any ideas? TIA
-Shawn
Windows XP
PHP 4.3.1
Apache 2.0.45
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

