![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/03/2011, 13:35
|
![Avatar de jotaincubus](http://static.forosdelweb.com/customavatars/avatar101814_3.gif) | | | Fecha de Ingreso: mayo-2005 Ubicación: Medellin - Colombia
Mensajes: 1.797
Antigüedad: 19 años, 8 meses Puntos: 394 | |
Respuesta: Pasar variable por GET <input type="hidden name="iduser" " id="iduser" value="<?php echo $row['ID']; ?>" />
y hazle un echo antes de ese campo input a ver si te lo trae bien asi:
echo $row['ID'];
<input type="hidden name="iduser" " id="iduser" value="<?php echo $row['ID']; ?>" />
__________________ Por que existe gente que no agradece después de que se le ha brindado tiempo y ayuda ??? |