![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/05/2009, 10:14
|
![Avatar de GatorV](http://static.forosdelweb.com/customavatars/avatar138775_9.gif) | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses Puntos: 2135 | |
Respuesta: Ayuda POST y GET Lee lo siguiente: http://www.php.net/variables.external. Eso es desde PHP, para verificarlo desde HTML vas a tener que hacer un form:
Código html:
Ver original<form action="foo.php?var_get=a" method="post"> <input type="text" name="foo" value="" />
Saludos. |