Skip to content

Instantly share code, notes, and snippets.

@alexandermitsyk
Created February 3, 2017 13:17
Show Gist options
  • Save alexandermitsyk/a38365a63c2aec56ccf6ecdf62518bb8 to your computer and use it in GitHub Desktop.
Save alexandermitsyk/a38365a63c2aec56ccf6ecdf62518bb8 to your computer and use it in GitHub Desktop.
<?php
$NorthAmericanCountryCodes = array(
"AG",
"BS",
"BB",
"BZ",
"CR",
"CU",
"DM",
"DO",
"ES",
"GD",
"GT",
"HT",
"HN",
"JM",
"MX",
"NI",
"PA",
"KN",
"LC",
"VC",
"TT",
"US"
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment