![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/08/2011, 05:55
|
| | Fecha de Ingreso: junio-2011 Ubicación: Asturias
Mensajes: 228
Antigüedad: 13 años, 8 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 |