Nicklas af Ekenstam wrote:
> 
> Hi!
> 
> I have an array that looks kinda like this:
> 
> NAME            ADDRESS
> John Doe        Some Street 1
> Jane Doe        Another Street 2
> Bill Gates      Helsinki 666
> 
> How do I sort this array based on NAME? ADDRESS?

http://www.php.net/manual/en/function.usort.php


-- 
Pavel a.k.a. Papi

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to