![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/08/2009, 09:01
|
| | Fecha de Ingreso: julio-2009
Mensajes: 118
Antigüedad: 15 años, 6 meses Puntos: 2 | |
Respuesta: [Checkbox] no logro activar con "if" así: <form action="#" method="post">
<input name="cbox" type="checkbox" value="true" />
<br /><br />
<input name="send" type="submit" id="send" value="Enviar" />
</form> <?php if($_POST['cbox']){
echo "1 T_T";
}else{
echo "2 A_A";
} ?> |