Countries, States and Cities database of world

This time i am going to give you a very useful database that is countries, states and cities data of world in sql.

Every time when we plan to create a registration form then we stuck on one point that is how can we get list of all Countries, States and Cities of world.
So don’t worry i have solution, I have created mapped database of Countries, States and Cities So now you can easily get mapped .sql file of countries, states and cities from here and can add on your web page as per your requirement.







Copy and paste below script to add city state country list in your website
Note*: Support of below script has been terminated due to heavy load. Please download full source code and configure it on your own server then use it.

<select name="country" class="countries" id="countryId">
<option value="">Select Country</option>
</select>
<select name="state" class="states" id="stateId">
<option value="">Select State</option>
</select>
<select name="city" class="cities" id="cityId">
<option value="">Select City</option>
</select>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://lab.iamrohit.in/js/location.js"></script>

10+ FREE PHP MySql City State Country Dropdown

Following are the list of popular top rated hand picked PHP MySql City State Country Dropdown.

I Hope you liked Hand-picked list of PHP MySql City State Country Dropdown, Don’t forget to Subscribe My Public Notebook for more useful Hand-picked PHP and MySql code examples, tutorials and articles.

If you like this post please don’t forget to subscribe My Public Notebook for more useful stuff.