SQL Server's Journal (original) (raw)

I am going to repost my question and be as clear as possible this time. I am going to list off the things I need to achieve.

First I need to make a web page with a Text box with a search button and a drop down menu.

The text box has to allow me to insert what I am searching for on an SQL database, it has rows like name address phone. The drop down menu chooses the table/row in the database I am searching in. Then when it finds the info echo all the account info on that customer.

Also to clear things up the database has already been created and has an ODBC.

Most of the tutorials i have seen just query the DB and show the entire table listing down the fields of each. Thats not what i need.

If anyone has any tutorials they are willing to share that describes how to do this in php or some other language i could put on a webpage i would appreciate i link. If you can take the time to help me directly and do not have a link i would appreciate that aswell =)