RE: [PHP] sorting filenames using opendir and readdir

2001-04-28 Thread Taylor, Stewart
more files { get file name $arrFilenames[] = $filename; } $arrFilenames = array_sort($arrFilenames); -Stewart; -Original Message- From: Johannes Rumpf [mailto:[EMAIL PROTECTED]] Sent: 28 April 2001 13:43 To: [EMAIL PROTECTED] Subject: [PHP] sorting filenames using opendir and

[PHP] sorting filenames using opendir and readdir

2001-04-28 Thread Johannes Rumpf
Hi! I wanted to get a txt files in a dircetory, I wrote the script using opendir and readdir functions. But now I would like to sort the files while I read them in. how could I solve this problem? Greetings, Johannes Rumpf -- PHP General Mailing List (http://www.php.net/