Click to See Complete Forum and Search --> : Searching Database


Trigerfish
04-17-2007, 04:59 AM
Hi all
Newbie here
I am adding a database to my website with product info, Do i need seperate software if i want to have a search to my Database. All i want is to type in main page search, a product name and all info for said product will display from database
As said very new to this thx

cs3mw
04-17-2007, 07:45 AM
no whatever software you install i.e. MySQL SequelServer will have built in functions to allow bot a user to add and retrieve information to and from a database.

Id consult your server to see what type of software they support in terms of a database and Id also do a search for SELECT statments which allows the user to rerieve info from the database and INSERT which allows users to indert info to the database.

jasonahoule
04-17-2007, 07:56 AM
You will need some sort of server side programming language to handle the search, query, and display the data once it is returned.