XoopsFormCheckBox
Last updated
Was this helpful?
Last updated
Was this helpful?
Assuming the form's method is POST:
If box 1 is checked, the submitted form will have $_POST['box1'] = 1. Otherwise $_POST['box1'] will be undefined.
If box 2 is checked, the submitted form will have $_POST['box2'] = 1. Otherwise $_POST['box2'] will be undefined.