Since it's not an associative array, you can just use sort($Lang); and that should 
work just fine.

Martin

>>> "vins" <[EMAIL PROTECTED]> 07/10/02 08:36AM >>>
I have an array
$Lang = array('English','German','French','Zulu');
I want it in alphabetical order....

do i reset the arrray first or usort it first ????



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



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

Reply via email to