Indian states list in php array format
with Leave a reply
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 35 states are listed in the array. I hope it will help someone. 28 Indian States list $indian_states = array ( ‘AP’ => ‘Andhra Pradesh’, […]
Read more..