Created
May 31, 2014 22:02
-
-
Save JAW-Dev/a59768d5cc123856f00c to your computer and use it in GitHub Desktop.
US States and Territories Array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$us_states_and_territories = array( | |
'Alabama', | |
'Alaska', | |
'American Samoa', | |
'Arizona', | |
'Arkansas', | |
'California', | |
'Colorado', | |
'Connecticut', | |
'Delaware', | |
'District of Columbia', | |
'Federated States of Microneisa', | |
'Florida', | |
'Georgia', | |
'Guam', | |
'Hawaii', | |
'Idaho', | |
'Illinois', | |
'Indiana', | |
'Iowa', | |
'Kansas', | |
'Kentucky', | |
'Louisiana', | |
'Maine', | |
'Marshall Islands', | |
'Maryland', | |
'Massachusetts', | |
'Michigan', | |
'Minnesota', | |
'Mississippi', | |
'Missouri', | |
'Montana', | |
'Nebraska', | |
'Nevada', | |
'New Hampshire', | |
'New Jersey', | |
'New Mexico', | |
'New York', | |
'North Carolina', | |
'North Dakota', | |
'Northeren Marina Islands', | |
'Ohio', | |
'Oklahoma', | |
'Oregon', | |
'Palau', | |
'Pennsylvania', | |
'Puerto Rico', | |
'Rhode Island', | |
'South Carolina', | |
'South Dakota', | |
'Tennessee', | |
'Texas', | |
'Utah', | |
'Vermont', | |
'Virgin Islands', | |
'Virginia', | |
'Washington', | |
'West Virginia', | |
'Wisconsin', | |
'Wyoming', | |
'Armed Forces Africa \ Cananda \ Europe \ Middle East', | |
'Armed Forces America (Except Canada)', | |
'Armed Forces Pacific' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment