https://github.com/salithaucsc/jquery-ajax-dynamic-select
Simple application that fetches a filtered record from database
https://github.com/salithaucsc/jquery-ajax-dynamic-select
ajax jquery mysql php
Last synced: 9 months ago
JSON representation
Simple application that fetches a filtered record from database
- Host: GitHub
- URL: https://github.com/salithaucsc/jquery-ajax-dynamic-select
- Owner: SalithaUCSC
- Created: 2018-01-01T12:30:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T12:43:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T05:43:59.199Z (11 months ago)
- Topics: ajax, jquery, mysql, php
- Language: PHP
- Homepage: https://salitha94.blogspot.com/2018/01/dynamic-and-dependent-select-box-with-jquery-ajax-and-php.html
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic and dependent Select Box using jQuery, Ajax, PHP and MYSQL
This application fetched mobile phone models belongs to a particular mobile phone brand, selected from a dropdown menu...
1. Download or clone the project and rename it as **DynamicSearch** or as you want.
2. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
3. Create a new database in PhpMyadmin called **products**.
4. Import the SQL file included in the project folder.
5. Place the project folder in your localhost. (htdocs or www folder)
6. Open the browser and enter the URL for the project. URL for the project as - "http://localhost/DynamicSearch".


