This is Demo Website for Ajax call Work.
• User can select State. • After Selecting State User can Select City from that State. • After selecting City User can Enter Location Name. • For Each City user can put only one location if City is already exist in System then Data will not inserted in Database. • User can enter only one location for each city. • New Location Data is also loading using ajax call.
Steps to run Project.
- Clone/Download Repository.
- Extract Repository into www folder of wampserver.
- create database.
- import database from location_ajax.sql file in created database.
- In browser put http://localhost/{{Foldername}}/ to run project.