Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/08/2011, 05:55
javierflti
 
Fecha de Ingreso: junio-2011
Ubicación: Asturias
Mensajes: 228
Antigüedad: 12 años, 11 meses
Puntos: 14
Respuesta: no me envía el id

por si ayuda a alguien, lo planteo de otra manera.
porque cuando envio este formulario
<form method="GET" ACTION="a_comprobante.php?id=<?echo $id ; ?>">

<input type="text" name="nombre">

<input type="text" name="comprobante">

<input type="submit" name="accion" value="enviar">
</form>
me envia a esta direccion
http://localhost/manager/a_comprobante.php?nombre=Beruby3&comprobante=http% 3A%2F%2Fwww.comprobanteberuby.com&accion=enviar
En lugar de a
http://localhost/manager/a_comprobante.php?id=23