by swirlee » Wed May 26, 2004 7:35 pm
You're on the right track. What you'll want to do is use the filemtime() function to get the last-modified time for each file, and build an associative array wherein the filenames are the keys and the modified-times are the values (in UNIX format, a la strtotime()). Then you can sort the array by value.