Checkbox and JSP

Viewed 16

I am using two checkboxes in jsp named "physician" and "pharmacist". So, when user checks first one, the data should be inserted in physician table and when checks the second one, the data should be inserted in pharmacist table. I know how to write the query of insert. But, how do I use "if condition" for this?

0 Answers
Related