Hi!
It would be really nice if somebody could help me with this question (I haven't found it in the archive) O🙂 I want to read all the files in a directory. I am using this:
$dh=opendir($directorio);
while ($fich=readdir($dh))
{ ... }
But doing this I can only access the files in the directory order. Do you know any way to read the files
of a directory ordered by the file date?
Thank you, and sorry about my english O:-) And greetings from the Costa del Sol!!! 😉