PHP issues.....
Hello to all!
What I would like to do..... I have a form with several text boxes and several checkboxes on it. I'd like to pass BOTH the textbox and checkbox values to a PHP script. If there is an error, I would like to fill in the form with the original data keyed in.
What I am doing is.... I've started a session. Display the form. When submit clicked, validate data....
I can get the text fields to display on the form if there is an error, I do not seem to be passing the status of a check box(s).....
Can you pass from a form to PHP the state of a check box????
TIA!!!
|