[PHP] Sorting in PHP

2005-08-02 Thread Mathieu Dumoulin
Hi, i need to sort data using ksort. Its complex data out from a database (and no i can't sort it using the database sadly). I can change my code to reflect a new way of sorting but only to some extent, im limited. Now from the data i build an array of the things i need to display, using the n

Re: [PHP] Sorting in php

2002-03-14 Thread Edward van Bilderbeek - Bean IT
check the 1001 sort functions in the manual http://www.php.net for instance... Edward - Original Message - From: "Uma Shankari T." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 1:36 PM Subject: [PHP] Sorting in php > > He

[PHP] Sorting in php

2002-03-14 Thread Uma Shankari T.
Hello, Can anyone please tell me is there any function in php for sorting in which the contents are stored in array -Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php