Hi,
We have an HTML/PHP web form that has 2 checkboxes. When checkbox 1 is checked then PLSQL function 1 should be called, when
checkbox 2 is checked then PLSQL function 2 should be called. How can we implement this?
Thanks!