Re: [PHP] alphabetical filenames with readdir

2008-08-25 Thread tedd
At 10:45 AM -0400 8/25/08, Ed Curtis wrote: Is there a way to make readdir output filenames alphabetically? Thanks, Ed Sure -- put the results in an array and then sort() or natsort() it. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP

Re: [PHP] alphabetical filenames with readdir

2008-08-25 Thread Ed Curtis
Ed Curtis wrote: Is there a way to make readdir output filenames alphabetically? Thanks, Ed Never mind. I figured out how to do it using an array and sort. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php