RE: [PHP-WIN] Brain Twister

2002-07-25 Thread Asendorf, John
- $val[City], $val[State] $val[ZipCode]\n"; } Have fun... John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit

Re: [PHP-WIN] Brain Twister

2002-07-25 Thread Jason Soza
Maybe use sort(), asort(), or array_multisort()? I'm sure one of them would do what you're looking for. asort() http://www.php.net/manual/en/function.asort.php sort() http://www.php.net/manual/en/function.sort.php array_multisort() http://www.php.net/manual/en/function.array-multisort.php Jas

RE: [PHP-WIN] Brain Twister

2002-07-25 Thread Asendorf, John
http://www.php.net/manual/en/function.asort.php http://www.php.net/manual/en/ref.array.php Is the information (non-mileage) going to be stored in a database? - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY!