Yes, you do. Add each dir to an array, sort the array, then loop through it printing the dirs out.

Nick Wilson wrote:

Hi all,
I have several directories filled with files written like this:

* 02-09-19-filename.etc
* 02-10-02-anotherfile.whatever

How does php order these files if read from the directory and printed to
the screen? -- I need them in date order, do I need to sort them
somehow?

Many thanks...



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to