Skip to content

Instantly share code, notes, and snippets.

@phpbits
Created February 20, 2014 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpbits/9115125 to your computer and use it in GitHub Desktop.
Save phpbits/9115125 to your computer and use it in GitHub Desktop.
Australia States
$australia_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"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment