Skip to content

Instantly share code, notes, and snippets.

@mlantz
Last active September 27, 2015 17:27
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 mlantz/eaa594e279481a5d5986 to your computer and use it in GitHub Desktop.
Save mlantz/eaa594e279481a5d5986 to your computer and use it in GitHub Desktop.
Canadian Provinces
$canada_provinces = array(
'Alberta' => 'AB',
'British Columbia' => 'BC',
'Manitoba' => 'MB',
'New Brunswick' => 'NB',
'Newfoundland and Labrador' => 'NL',
'Northwest Territories' => 'NT',
'Nova Scotia' => 'NS',
'Nunavut' => 'NU',
'Ontario' => 'ON',
'Prince Edward Island' => 'PE',
'Quebec' => 'QC',
'Saskatchewan' => 'SK',
'Yukon' => 'YT',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment