PDA

View Full Version : reading files from a folder


N!ck
03-22-2003, 03:31 AM
I've got a script that reads the filenames from a certain folder, but I was wondering if anyone knew how to order the files alphabetically. Thanks for any insight.

Xenon
03-22-2003, 11:20 AM
hmm, you can save the filenames in an array first and then use the array sorting functions of php, i think it should work.