- $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
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
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!