Forum Moderators: coopster
$testarray = array(121 => 'January', 147 =>'February', 183 =>'March');
I need to order it alphabetically but without losing the index numbers, so I can't use sort(). I understand that you can use uasort with a user defined function to do the actual sorting, but I'm a bit stuck. Can anyone help?
[ua2.php.net...]