Re: [PHP] Another array sorting Problem

2005-04-18 Thread Richard Lynch
Use SQL in your query that looks like: ORDER BY kat, Rowid in the first place? On Sat, April 16, 2005 5:51 pm, Webmaster said: > Hi, > > I have a multidimensional array looking linke this > > Rowid title kat > 123 nr1 3 > 442 nr2 2

Re: [PHP] Another array sorting Problem

2005-04-16 Thread Philip Hallstrom
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

[PHP] Another array sorting Problem

2005-04-16 Thread Webmaster
Hi, I have a multidimensional array looking linke this Rowid title kat 123 nr1 3 442 nr2 2 547665 nr3 5 4532nr4 3 3244nr5 1 124 nr6 2 776