Code: Select all
echo $row2['Confirmado'];
echo "<form action=validarhoras.php?teste=1 method=GET>";
if ($row2['Confirmado']=='N'){
echo"<td>";
echo "<input type='Checkbox' name='confirmar'/>";
echo"</td>";
}
echo "</form>";
Thank you