Re: sorting multi array

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

 



Jon, I would suggest that you should have a look at the function "array_multisort". See the manual for details on what this function is capable of.

//frank
25 apr 2007 kl. 01.58 skrev Jon Bennett:

hi,

I have the following array, which I need to sort by quantity...

Array
(
   [2408] => Array
       (
           [name] => Havaianas Top Pink Crystal
           [size] => 5 (37/38)
           [quantity] => 4
       )

   [3388] => Array
       (
           [name] => Havaianas Brazil Silver
           [size] => 6/7 (39/40)
           [quantity] => 6
       )

   [2666] => Array
       (
           [name] => Havaianas Brasil Black
           [size] => 8/9 (41/42)
           [quantity] => 1
       )

   [3210] => Array
       (
           [name] => Havaianas Margaridas Yellow
           [size] => 5 (37/38)
           [quantity] => 1
       )

   [2552] => Array
       (
           [name] => Havaianas Flash White
           [size] => 5 (37/38)
           [quantity] => 1
       )
)

I need to keep the indexes if poss.

Many thanks,

jon

--


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

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


--
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