-
-
Save rajvanshipradeep15/752d023f9c0c2243a01d0a7d0f6a0349 to your computer and use it in GitHub Desktop.
List of India States as PHP Array
This file contains hidden or 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