Reputation: 22674
What are the steps to creating an auto-suggest text field that grabs for instance usernames
from my database?
I plan to use the Jquery UI autocomplete plugin. The goal is to have a quick and very secure method.
Upvotes: 1
Views: 1888
Reputation: 14435
This tutorial should help: http://www.jensbits.com/2010/03/29/jquery-ui-autocomplete-widget-with-php-and-mysql/
Upvotes: 2