php - Auto Suggest search implementation -


i working on content oriented website, have implement web search, thinking of auto suggest search, this: enter image description here

how can done? want suggestions followed search term in image, using lamp stack.

suggest me methods implement this.

here steps:

  1. write php code take search keywords , return results in json format
  2. create form in html
  3. on every key stroke in search box take search keywords , make ajax request search code made in step 1
  4. now display search response received in josn format

http://www.bewebdeveloper.com/tutorial-about-autocomplete-using-php-mysql-and-jquery


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -