Hi,
I cannot figure this out... Need some assistance.
I have an array:
$jack[#] = array(
"loan_info" => 101,
"first_name" => jack,
"last_name" => mother
);
# = 0 thru 12
I want to sort the array by loan_info. Could someone please explain this
to me? I kind of understand array sorting, but I am still lost...
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

