Indian states list in php array format

on

I listed the Indian country states in PHP array format. The array contains two digit state code and state name. India has 28 states and seven Union territory, so totally 36 states are listed in the array. I hope it will help someone.

28 Indian States list

<code class="">$indian_states = array (
 'AP' => 'Andhra Pradesh',
 'AR' => 'Arunachal Pradesh',
 'AS' => 'Assam',
 'BR' => 'Bihar',
 'CT' => 'Chhattisgarh',
 'GA' => 'Goa',
 'GJ' => 'Gujarat',
 'HR' => 'Haryana',
 'HP' => 'Himachal Pradesh',
 'JK' => 'Jammu &amp; 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',
 'TR' => 'Tripura',
 'TS' => 'Telangana',
 'UK' => 'Uttarakhand',
 'UP' => 'Uttar Pradesh',
 'WB' => 'West Bengal',
);

</code>

7 Union Territory

<code class="">$indian_union_territory  = array (
 'AN' => 'Andaman &amp; Nicobar',
 'CH' => 'Chandigarh',
 'DN' => 'Dadra &amp; Nagar Haveli and Daman &amp; Diu',
 'DD' => 'Daman &amp; Diu',
 'DL' => 'Delhi',
 'JK' => 'Jammu and Kashmir',
 'LD' => 'Lakshadweep',
 'PY' => 'Puducherry',
 'LA' => 'Ladakh'
);

</code>

All Indian States list

<code class="">$indian_all_states  = array (
 'AP' => 'Andhra Pradesh',
 'AR' => 'Arunachal Pradesh',
 'AS' => 'Assam',
 'BR' => 'Bihar',
 'CT' => 'Chhattisgarh',
 'GA' => 'Goa',
 'GJ' => 'Gujarat',
 'HR' => 'Haryana',
 'HP' => 'Himachal Pradesh',
 'JK' => 'Jammu &amp; 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',
 'TR' => 'Tripura',
 'TS' => 'Telangana',
 'UK' => 'Uttarakhand',
 'UP' => 'Uttar Pradesh',
 'WB' => 'West Bengal',
 'AN' => 'Andaman &amp; Nicobar',
 'CH' => 'Chandigarh',
 'DN' => 'Dadra &amp; Nagar Haveli and Daman &amp; Diu',
 'DD' => 'Daman &amp; Diu',
 'DL' => 'Delhi',
 'JK' => 'Jammu and Kashmir',
 'LD' => 'Lakshadweep',
 'PY' => 'Puducherry',
 'LA' => 'Ladakh'
)
</code>

Download php array for Indian States

Posted in PHP and tagged , by .

About Gowri

I am professional web developer with 8+ years experience. PHP, jQuery, WordPress, Angular and Ionic are my key skills in web development. I am working with strong enthusiastic team with spirit. We provide all web related solution like HTML/CSS development, Web graphic design and Logo.