database search function on an HTML page possible?

Posted by synergy989 on Stack Overflow See other posts from Stack Overflow or by synergy989
Published on 2012-03-27T04:47:25Z Indexed on 2012/03/27 5:29 UTC
Read the original article Hit count: 134

Filed under:
|
|

Not sure if this is against stackoverflow rules as it's not a specific code question but I really need a little help.

I want to know if it is possible to create a search feature (search box) on an HTML webpage that will query a database and return the results?

Basically I have a database of products and their related categories. A user would come to the website, enter the category in the search field...somehow query the database and return the results on a new page.

Note: the results page doesn't have to be HTML (could be PHP etc).

If you could also include a little guidance on how (please nothing detailed, just need a direction). Thank you!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html