please help me with this:),
what i wanted to do is to retrieved all the values in table per row.
how do i do this? in checkboxes.please help.
heres my code:
echo "<td><input type='checkbox' name='enrolldis[][][]' value=''></td>";
echo "<td>$secname</td><td>$subjcode</td><td>$subjname</td><td>$schoolyear</td><td>$room</td><td>$days</td><td>$sectime</td><td>$slotavailable</td><td>$unitload</td>";echo "</tr>";
how do i put values in arrays of checkboxes?
tnx