Re: Another array sorting Problem

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

 



Hi,

I have a multidimensional array looking linke this

Rowid		title		kat
123		nr1		3
442		nr2		2
547665	nr3		5
[snip]

I now need to sort that array first by kat and second on rowid, so it would throw out:

Nr5
Nr6
Nr2
[snip]

I tried to achieve that goal with array_multiosort(), but all I got was a one way (either rowid or kat) sorting.

Do you know some kind of way to achieve my goal?

Take a look at usort()...

http://us4.php.net/usort

There's an example for multi-dimensional arrays...

-philip

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