Parse a Multiple Selection form
Posted: Wed Aug 10, 2005 1:00 pm
I've created a form that asks the user to select the States they would like to see results from. The states are checkboxes.
I would like to display MySQL results based on the visitors selection.
I have the customer input form (form.htm). It identifies the states this way:
<input type="checkbox" name="searchitem[]" value="Florida">
I'm not sure how to write the query to process the form (process.php)
If anyone could offer some help or point me in the direction of a tutorial that would help, that would be great!
I'm new to this.
I would like to display MySQL results based on the visitors selection.
I have the customer input form (form.htm). It identifies the states this way:
<input type="checkbox" name="searchitem[]" value="Florida">
I'm not sure how to write the query to process the form (process.php)
If anyone could offer some help or point me in the direction of a tutorial that would help, that would be great!
I'm new to this.