* and then Justin French declared.... > > 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? > > There's an optional second parameter for asort() and rsort(), so check it > out in the manual... it *may* be needed to get what you want.
Great, thanks everyone. Just wondered if it would have problems with asort() and the dates in the filenames like: * 02-11-23-whatever.php * 02-12-03-whatever.php Cheers... -- Nick Wilson // www.tioka.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php