https://github.com/salithaucsc/ajax-autocomplete-search
Create an autocomplete search box using Ajax, jQuery,PHP and MYSQL
https://github.com/salithaucsc/ajax-autocomplete-search
ajax jquery mysql php
Last synced: 3 months ago
JSON representation
Create an autocomplete search box using Ajax, jQuery,PHP and MYSQL
- Host: GitHub
- URL: https://github.com/salithaucsc/ajax-autocomplete-search
- Owner: SalithaUCSC
- Created: 2017-12-27T13:38:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T17:02:13.000Z (over 8 years ago)
- Last Synced: 2025-01-28T05:43:59.936Z (over 1 year ago)
- Topics: ajax, jquery, mysql, php
- Language: PHP
- Homepage: https://salitha94.blogspot.com/2017/12/auto-complete-search-with-ajax-jquery-php-and-mysql.html
- Size: 2.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implement an AutoComplete-Search using Ajax, jQuery, PHP and MYSQL
===

---
1. Download or clone the project and rename it as **Ajax-AutoComplete-Search**.
2. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
3. Create a new database in PhpMyadmin called **ajax_crud**.
4. Import the SQL file included in **sql** 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/Ajax-AutoComplete-Search".