All is weel except for 2 things:

1. $filemtime = filemtime( $dir . $file ); needed to be changed to > $filemtime = filemtime( $file );
   2. The filename is the same filename over and over again.



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

Reply via email to