RE: [PHP-WIN] ordering results

2002-12-11 Thread Dash McElroy
rt it. Make the database do what it was designed to do and take a load off PHP. -Dash -Original Message- From: T B [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 9:32 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] ordering results i have a database of weekly results and use

Re: [PHP-WIN] ordering results

2002-12-11 Thread Joseph W. Goff
Assuming that you are storing the totals in an array then you can use the sort functions that are built into php, else you will have to sort manualy. - Original Message - From: "T B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 11:3

[PHP-WIN] ordering results

2002-12-11 Thread T B
i have a database of weekly results and use a php script to compute some totals. how would i go about ordering the totals? thanks, t -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php