Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2008, 13:53
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: submit con value id

Prueba asi:
Código PHP:
<input type="submit" value="volver" onclick = "location='index.php?id=<?php echo $id?>'"/>
Saludos.