An open API service indexing awesome lists of open source software.

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

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

![dynamic1](https://user-images.githubusercontent.com/23145752/34467681-6f989ae8-ef1e-11e7-934e-01ff413e25ab.png)

![dynamic2](https://user-images.githubusercontent.com/23145752/34467682-6fd66292-ef1e-11e7-986d-47bb47ca815f.png)

![dynamic3](https://user-images.githubusercontent.com/23145752/34467694-c07a6e0a-ef1e-11e7-9d33-56acab4d39f6.png)