![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/04/2011, 12:16
|
![Avatar de Patriarka](http://static.forosdelweb.com/customavatars/avatar387800_5.gif) | | | Fecha de Ingreso: enero-2011 Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años Puntos: 288 | |
Respuesta: Update multiple no actualiza <td align="center"><?php $id[]=$rows['id']; ?><?php echo $rows['id']; ?></td>
esto solo carga los id en $id
y luego los muestra y nada mas,
por eso nunca va a funcionar esto
pasalo array
<input name="ids[]" type="text" value="<?php echo $rows['id']; ?>"> |