Skip to content

Instantly share code, notes, and snippets.

@wgh000
Last active June 12, 2020 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wgh000/984eabc975c041a9c3e4a54a7c0c292c to your computer and use it in GitHub Desktop.
Save wgh000/984eabc975c041a9c3e4a54a7c0c292c to your computer and use it in GitHub Desktop.
List of the 50 states of United States
<?php
$states = array(
'Alabama',
'Alaska',
'Arizona',
'Arkansas',
'California',
'Colorado',
'Connecticut',
'Delaware',
'Florida',
'Georgia',
'Hawaii',
'Idaho',
'Illinois',
'Indiana',
'Iowa',
'Kansas',
'Kentucky',
'Louisiana',
'Maine',
'Maryland',
'Massachusetts',
'Michigan',
'Minnesota',
'Mississippi',
'Missouri',
'Montana',
'Nebraska',
'Nevada',
'New Hampshire',
'New Jersey',
'New Mexico',
'New York',
'North Carolina',
'North Dakota',
'Ohio',
'Oklahoma',
'Oregon',
'Pennsylvania',
'Rhode Island',
'South Carolina',
'South Dakota',
'Tennessee',
'Texas',
'Utah',
'Vermont',
'Virginia',
'Washington',
'West Virginia',
'Wisconsin',
'Wyoming',
);
@EdgeSync
Copy link

Illinois, Montana and Pennsylvania are missing the last character.

@wgh000
Copy link
Author

wgh000 commented Jun 12, 2020

@EdgeSync, fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment