Re: Sort Array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 10:51 AM 7/18/2006, weetat wrote:

Hi


I have the array below : How to sort the array by "Model" and "Country?

Thanks

array(

  "TBA0123456" => array("Country"=>"Singapore","Model"=>"WS8234"),
  "TBA0123458" => array("Country"=>"Indonesia","Model"=>"WS2234"),
  "TBA0123459" => array("Country"=>"Vietnam","Model"=>"WS7234"),
  "TBA0123452" => array("Country"=>"England","Model"=>"WS1234"),
  "TBA0123451" => array("Country"=>"Germany","Model"=>"WS6234"),

)

You do not way how the array is created.

If from a database, add " SORT by Model, Country " to your query and let the database do the work. Otherwise, read up on ar_multisort(), but I do not think you are going to find a built-in way of sorting one array on two indexes or key values.

Regards - Miles Thompson

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 7/17/2006

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux