php - Autocomplete,display search term results? -


a quick question, know how make php script search database record pertaining autocomplete search term (if makes sense @ all).

i guess trying that, when search on google , auto-suggestions once click on suggestion results suggestion shows straight away...is there way of doing this?

basically create form ajaxes file gives suggestions based on term via database (like query possibly).

you can use jqueryui's autocomplete client side.

http://jqueryui.com/autocomplete/


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -