i have this in a loop and a form so the variable changes. i have the word printed next to the checkbox. On the page the form directs to, how do i get the $varibles that have been clicked on.
echo "<td align='left' width='110'>$topic<input type='checkbox' name='$topic' value='No' />
</td>
</tr></table></td>";