|
How can I retrive and order php files from a directory based on date edited?
I wish to have various php files in a folder and the put them to a single page in the order of date edited with the newest first.
Is this possible with php or should I use something else?
|