Created
January 13, 2016 10:29
-
-
Save softon/1cd9ec59b2a8a4027415 to your computer and use it in GitHub Desktop.
A simple list of states of india
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
<?php | |
return [ | |
'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', | |
'UT' => 'Uttarakhand', | |
'UP' => 'Uttar Pradesh', | |
'WB' => 'West Bengal', | |
'AN' => 'Andaman and Nicobar Islands', | |
'CH' => 'Chandigarh', | |
'DN' => 'Dadra and Nagar Haveli', | |
'DD' => 'Daman and Diu', | |
'DL' => 'Delhi', | |
'LD' => 'Lakshadweep', | |
'PY' => 'Puducherry', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment