Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/03/2008, 13:20
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 10 meses
Puntos: 2135
Re: listado de botones con ide

Pruebalo así:
Código HTML:
<form action="modificar.php" method="post">
<input type="hidden" name="ide_lib" value="1" />
<input type="submit" name="modificar" value="Modificar Libro" /></form> 
Así recibes en tu pagina de modificar.php el valor vía $_POST['ide_lib'];

Saludos.