Re: [PHP] Read file dates for most recent

2002-08-13 Thread Bas Jobsen
Op dinsdag 13 augustus 2002 23:25, schreef Mike Davis: > I need to read a directory full of PDF files, and get the file date of the > most recent. > Can someone get me started? $latime) { $lasttime=filemtime($file); $lastfile=$file; } } } echo $lastfile.'

[PHP] Read file dates for most recent

2002-08-13 Thread Mike Davis
I need to read a directory full of PDF files, and get the file date of the most recent. Can someone get me started? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php