Re: [PHP] Another array sorting Problem
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
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