Hello,
I have to appologize but I am very new to programing and web developemnt. I have developed a web site that will allow users to register and store their info in an database. I am using webmatrix to put it all together. I have no problem adding the info to the DB, but I am struggling with how to search through it. I would like for a user to be able to enter search criteria into any, or all or 4 different forms that correspond to 4 different columns in the db. I would like the resulting rows containing a union of all info in forms to be displayed, with blank forms being a wildcard. Can anyone help me? I have no idea where to start besides creating the HTML forms and writing the PHP to open the DB and define the columns I want to search as variables.