Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/07/2011, 01:05
Avatar de repara2
repara2
 
Fecha de Ingreso: septiembre-2010
Ubicación: München
Mensajes: 2.445
Antigüedad: 13 años, 7 meses
Puntos: 331
Respuesta: Como listar datos mysql en checkbox

Comprueba que tengas habilitada la directiva open_short_tags en tu php.ini. Prueba esto:

Código PHP:
Ver original
  1. <input type="checkbox" name="1" value="1" <?php echo (in_array(1, $array)?"checked=\"checked\"":""); ?> />
__________________
Fere libenter homines, id quod volunt, credunt.