Re: [PHP-DB] A-Z Listings

2003-03-02 Thread Jason Wong
On Tuesday 18 February 2003 05:46, Andy wrote:
> Hi There., I have a script that lists directorys then how many files are in
> each. although it won't list in an A-Z format, would anyone know how i
> would do this?

Read all the filenames into an array then use asort().

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
--
/*
If more of us valued food and cheer and song above hoarded gold, it would
be a merrier world.
-- J.R.R. Tolkien
*/


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



[PHP-DB] A-Z Listings

2003-02-26 Thread Andy
Hi There., I have a script that lists directorys then how many files are in each. 
although it won't list in an A-Z format, would anyone know how i would do this?

Any help would  be greatly appreciated and all required code is included below

TIA
Andy

$system($counter)"; 



} 



}



closedir($handle); 



echo "We Currently Have $totalroms ROMs!";



}







}  // end function listsystems



?>