Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/06/2011, 18:03
johhan16
 
Fecha de Ingreso: junio-2010
Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 14 años, 7 meses
Puntos: 55
Respuesta: Actualizar multiples registros, no actualiza

colocalo asi a ver

Código PHP:

<form action="modificar.php" method="POST" name="form1" id="form1">
<table width="571" border="0">
<?php do { ?>
<tr>
<td><?php echo $row_datos['PAT']; ?></td>
<td><label><?php echo $row_datos['MAT']; ?></label></td>
<td><?php echo $row_datos['NOM']; ?></td>
<td><label>
<input type="checkbox" name="movi" value= "<?php echo $datos['movi']; ?>" />
</label>
<input type="hidden" name="ID" value="<?php echo $datos['ID']; ?>"/></td>
<td><?php echo $row_datos['SEC']; ?></td>
</tr>
<?php } while ($row_datos mysql_fetch_assoc($datos));
?>
</table>
<p>
<label>
<input type="submit" name="hgty" id="hgty" value="ENVIAR" />
__________________
<?php echo "No te metas a lo hondo del Mar si no sabes nadar, primero aprende a nadar" ?>
...Error en linea: 1 o.O