Run Script whenever checkbox is checked

byronarn

New Member
Lets say I have a checkbox. How can I run a PHP script whenever the user checks the box, and then run a different script when the user unchecks it?

I assume you have to use a combination of javascript and php for this one, right? How would I do it?

Thank you!
Byron
 
Top