HI~
i have a series of checkbox with different names, how do i validate them? validate to check that one of the checkbox must be checked in order to save the changes in the current page.
here are my checkbox codings
<input type="checkbox" name="stud" value="yes">Student
<input type="checkbox" name="lect" value="yes">Lecturer
<input type="checkbox" name="principal" value="yes">Principal
<input type="checkbox" name="admin" value="yes">Administrator
<input type="checkbox" name="parent" value="yes">Parent
thanks in advance..