usort() /uksort()/uasort()
look here :
http://www.php.net/manual/en/function.uasort.php
There is an example in the user notes.
Andrey
- Original Message -
From: "SED" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 7:25 PM
Subject: [PHP] How to sort by 3rd row
Or try the usort() function?
-Steve
On Friday, April 12, 2002, at 12:26 PM, Kevin Stone wrote:
> This is a terribly inneficient way of handling your situation but I
> believe
> it would work.
>
> // First we're going to make a list of all company values
> for($i=0; $i {
> $company_value
This is a terribly inneficient way of handling your situation but I believe
it would work.
// First we're going to make a list of all company values
for($i=0; $i
To: <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 10:25 AM
Subject: [PHP] How to sort by 3rd row in an 2d-Array
> Hi,
>
> I'm tryi
3 matches
Mail list logo