Country State City Dropdown in jQuery Ajax PHP & MySql

This is a very simple html script to add city, state and country list of world in your website without any extra effort, Just copy and paste below html code in your website.

Note: Please don’t change select box id and class name otherwise script will not work.




<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>

Note*: Support of above script has been terminated due to heavy load. Please download full source code and configure it on your own server then use it.


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.