Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/10/2010, 10:35
Avatar de blonder413
blonder413
 
Fecha de Ingreso: octubre-2010
Mensajes: 58
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: cargar checkbox verificados desde mysql

he probado de esta manera también

<?php
require_once("conexion.php");
$id=6347;
$sql="select * from entregasdiarias where numero=$id";
$res=mysql_query($sql);
$row=mysql_fetch_assoc($res);

$arr = explode (",", $row['material']); ?>
<input name="material[]" type="checkbox"
<?php if ( in_array('BOTAS MOTO', $arr) ) echo ' checked="checked"'; ?>>