[PHP] array sort help...

2003-06-11 Thread Dan Joseph
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

Re: [PHP] array sort help...

2003-06-11 Thread Lars Torben Wilson
On Wed, 2003-06-11 at 12:10, Dan Joseph wrote: 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