Created
June 10, 2015 15:28
-
-
Save efusionsoft/12e7a144eb87c47ff894 to your computer and use it in GitHub Desktop.
List of India States as PHP 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
Contributing my 2 cents | |
$indianStates = ['AR' => 'Arunachal Pradesh', | |
'AR' => 'Arunachal Pradesh', | |
'AS' => 'Assam', | |
'BR' => 'Bihar', | |
'CT' => 'Chhattisgarh', | |
'GA' => 'Goa', | |
'GJ' => 'Gujarat', | |
'HR' => 'Haryana', | |
'HP' => 'Himachal Pradesh', | |
'JK' => 'Jammu and Kashmir', | |
'JH' => 'Jharkhand', | |
'KA' => 'Karnataka', | |
'KL' => 'Kerala', | |
'MP' => 'Madhya Pradesh', | |
'MH' => 'Maharashtra', | |
'MN' => 'Manipur', | |
'ML' => 'Meghalaya', | |
'MZ' => 'Mizoram', | |
'NL' => 'Nagaland', | |
'OR' => 'Odisha', | |
'PB' => 'Punjab', | |
'RJ' => 'Rajasthan', | |
'SK' => 'Sikkim', | |
'TN' => 'Tamil Nadu', | |
'TG' => 'Telangana', | |
'TR' => 'Tripura', | |
'UP' => 'Uttar Pradesh', | |
'UT' => 'Uttarakhand', | |
'WB' => 'West Bengal', | |
'AN' => 'Andaman and Nicobar Islands', | |
'CH' => 'Chandigarh', | |
'DN' => 'Dadra and Nagar Haveli', | |
'DD' => 'Daman and Diu', | |
'LD' => 'Lakshadweep', | |
'DL' => 'National Capital Territory of Delhi', | |
'PY' => 'Puducherry']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$indianStates = [
'AP' => 'Andhra Pradesh',
'AR' => 'Arunachal Pradesh',
'AS' => 'Assam',
'BR' => 'Bihar',
'CT' => 'Chhattisgarh',
'GA' => 'Goa',
'GJ' => 'Gujarat',
'HR' => 'Haryana',
'HP' => 'Himachal Pradesh',
'JK' => 'Jammu and Kashmir',
'JH' => 'Jharkhand',
'KA' => 'Karnataka',
'KL' => 'Kerala',
'MP' => 'Madhya Pradesh',
'MH' => 'Maharashtra',
'MN' => 'Manipur',
'ML' => 'Meghalaya',
'MZ' => 'Mizoram',
'NL' => 'Nagaland',
'OR' => 'Odisha',
'PB' => 'Punjab',
'RJ' => 'Rajasthan',
'SK' => 'Sikkim',
'TN' => 'Tamil Nadu',
'TG' => 'Telangana',
'TR' => 'Tripura',
'UP' => 'Uttar Pradesh',
'UT' => 'Uttarakhand',
'WB' => 'West Bengal',
'AN' => 'Andaman and Nicobar Islands',
'CH' => 'Chandigarh',
'DN' => 'Dadra and Nagar Haveli',
'DD' => 'Daman and Diu',
'LD' => 'Lakshadweep',
'DL' => 'National Capital Territory of Delhi',
'PY' => 'Puducherry'];