Skip to content

Instantly share code, notes, and snippets.

@drzax
Created July 22, 2011 05:54
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 drzax/1098961 to your computer and use it in GitHub Desktop.
Save drzax/1098961 to your computer and use it in GitHub Desktop.
Useful PHP Arrays
<?php
// Australian States
array('ACT'=>'Australian Capital Territory', 'NSW'=>'New South Wales', 'NT'=>'Northern Territory', 'QLD'=>'Queensland', 'SA'=>'South Australia', 'TAS'=>'Tasmania', 'VIC'=>'Victoria', 'WA'=>'Western Australia');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment