
08/12/2009, 16:30
|
 | | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años Puntos: 25 | |
Respuesta: Solo elimina el último registro cambia:
<input type="hidden" name="id_prod" value="<?php echo $row["id_prod"]; ?>" size="5">
por:
<input type="text" name="id_prod" value="<?php echo $row["id_prod"]; ?>" size="5" style="display:none">
__________________ Hospedaje Web al mejor costo! |