ha! i knew i know SOME programming :p
i couldnt believe that guy made it work i dunno how...
thanks for the thing about decrementing it. that's a very good point 😃
so right now in the form i just have
<input type ='checkbox' name='$row[1]' onClick = \"return checkCount()">
since i can never be sure of the checkbox's name, how do i make a conditional if its checked or unchecked? i thought of doing something like document.checks.(name).checked, cept i dunno the 'name'.