Hi all,
I have used the checkboxes in my page as given below
<input type="checkbox" name="chkboxarray" value=1>
<input type="checkbox" name="chkboxarray" value=2>
<input type="checkbox" name="chkboxarray" value=3>
If all the checkboxes are selected then how can we get the values of individual checkbox in php during a form submission. Anyone have idea for this?