states
states
PHP Array Of Australian States
Thu, 04/23/2009 - 12:44 | by philipnorton42
Use the following array to print out a list of Australian states.
$australian_states = array(
"NSW"=>"New South Wales",
"VIC"=>"Victoria",
"QLD"=>"Queensland",
"TAS"=>"Tasmania",
"SA"=>"South Australia",
"WA"=>"Western Australia",
"NT"=>"Northern Territory",
"ACT"=>"Australian Capital Terrirory"); PHP Array Of Canadian States
Thu, 04/23/2009 - 12:42 | by philipnorton42Use the following array to print out a list of Canadian states, also know as provinces.
PHP Array Of USA States
Thu, 04/23/2009 - 12:32 | by philipnorton42Use the following array if you want to print out a list of USA states either as a list, or as a select box.