while ($row = mysql_fetch_row($result)) { echo "<tr><td>".$row[0]."</td> \n <input name='verifica[]' type='checkbox' value='".$row['nombre']."'>"; }