
18/12/2008, 11:41
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses Puntos: 2135 | |
Respuesta: Get y Post Hola Chupytoloco,
No es imposible, tratalo tu mismo:
Código html:
Ver original<form method="test.php?valorget=bar" method="post"> <input type="text" name="valorpost" value="foo"> <input type="submit" name="submit">
Saludos. |