Possible Duplicate:
File creation time
In PHP, how to retrieve the files contained into a folder sorted by creation date (or any other sorting mechanism)?
According to the doc, the readdir() function:
The filenames are returned in the
order in which they are stored by the
filesystem.
save their information to an array, sort the array and then loop the array