Hi

I have a while loop which populates rows in a table, in each row is a checkbox which 
has a unique name:

<td><input type="checkbox" name="<?php print $SkyAccNo;?>" value="ON"></td> 

On another page I want to output all the details in a specific table row, how do I 
check which checkbox has been checked so that specific row can be displayed?

Thanks for any help

Wade 

Reply via email to