Saturday 2 November 2013

Auto-suggest System using Ajax, Jquery and PHP

This tutorial teaches you how a create a simple but powerful Auto-suggest system where a user can input a desired search term and get immediate result using Ajax, Jquery and PHP.

The system takes an inputted search term by a user from an input box and compares it with the information in the database, if a match or matches is/are found, it displays a total of twelve matches on the screen to the user in ascending order provided the matches are up to twelve otherwise, it displays the total number of matches found.

The user can choose to click on a desired result from the listed results and it will be shown in the input box.

No comments:

Post a Comment