A
Anonymous
Guest
Using the expertise given in the following thread...
http://www.php-forum.com/p/viewtopic.php?t=5937&sid=d8c7f0d89f03a74c0cf6a3a9e66e9383
I would like to build a multiple choice search form with an input box to search a MySql db. The user would select from a number of check boxes and after selecting the check boxes the user would fill in a search term in the input box, click OK, and then the requested search term would be found in the db. I do not know how to process the check box input if the boxes are checked. The selections and input box data would be sent via an html string to the php page where input is taken, a connection is made to the MySql db, and results are printed out.
The db has four fields. Source, Topic, Subtopic, References. I want to give the user the option of selecting from six choices for the source and then give the user an input box to select from Topic or Subtopic.
I am a novice so please be profuse in your comments.
Thank you in advance for any replies.
http://www.php-forum.com/p/viewtopic.php?t=5937&sid=d8c7f0d89f03a74c0cf6a3a9e66e9383
I would like to build a multiple choice search form with an input box to search a MySql db. The user would select from a number of check boxes and after selecting the check boxes the user would fill in a search term in the input box, click OK, and then the requested search term would be found in the db. I do not know how to process the check box input if the boxes are checked. The selections and input box data would be sent via an html string to the php page where input is taken, a connection is made to the MySql db, and results are printed out.
The db has four fields. Source, Topic, Subtopic, References. I want to give the user the option of selecting from six choices for the source and then give the user an input box to select from Topic or Subtopic.
I am a novice so please be profuse in your comments.
Thank you in advance for any replies.