![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/06/2002, 14:19
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 meses Puntos: 7 | |
Re: saben que pasa? creo que te faltan los "{}"s
yo haria esto
<?php
echo "<input name='box2' type='checkbox' value='1'";
if ($box==1) {
echo " checked";
}
echo ">";
?> |