Code: Select all
<td valign='top'>
<input type='checkbox' name='id[]' value='$row->id' id='$row->id'>
</td>
<td valign='top' align='center'>
<input type='checkbox' name='star[]' value='yes' id='$row->id'>
</td>At the top of the page, it does this:
Code: Select all
foreach($_POST['id'] as $id)
{
// magic happens
}