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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -