Re: [PHP] sort dinamic generated table

2002-09-05 Thread Geoff Hankerson

Rodrigo Peres wrote:

>Hi,
>
>I have a resume system that put a rank in it resume at runtime. example: If
>you do a serach for each match that it finds it atribute 1 point, now I need
>to sort the generated list based in this rank, how can i do this, since this
>rank is dinamic and isn't in database??
>
>Thank's
>
>  
>
Did you try putting it all in into an array and sorting the array?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] sort dinamic generated table

2002-09-05 Thread David Buerer

stick the values in an array and use asort() to sort it.

-Original Message-
From: Rodrigo Peres [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 8:30 AM
To: PHP
Subject: [PHP] sort dinamic generated table


Hi,

I have a resume system that put a rank in it resume at runtime. example: If
you do a serach for each match that it finds it atribute 1 point, now I need
to sort the generated list based in this rank, how can i do this, since this
rank is dinamic and isn't in database??

Thank's


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php