ardy1234567
New member
I want to do something like interactive. When a user types a keyword on a search box it updates instantly available closest results. Even by just typing a letter it updates and shows info. The results are based in a database. How can I do this? I am doing an online inventory system with a search box. I am not using any CMS so it is a static website
Sorry for the few details. Yes I know how to use php and return results from querying from MYSQL database. I have one textbox. In the database there is a table called inventory. The field columns are name,part_num,ID
I want the search box to return results immediately upon typing which is similar to Google search box. When you type, there are possible hints available that will popup on the page that matches in the database. Then a user can select that hint and proceed to the page that matches the search.
Sorry for the few details. Yes I know how to use php and return results from querying from MYSQL database. I have one textbox. In the database there is a table called inventory. The field columns are name,part_num,ID
I want the search box to return results immediately upon typing which is similar to Google search box. When you type, there are possible hints available that will popup on the page that matches in the database. Then a user can select that hint and proceed to the page that matches the search.