![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/07/2004, 04:06
|
| | Fecha de Ingreso: mayo-2004
Mensajes: 1
Antigüedad: 20 años, 8 meses Puntos: 0 | |
Yo hice algo así en mi página:
if (substr($REQUEST_URI,-9) == "&prueba=1") {
$direccion=substr($REQUEST_URI,-9);
} else {
$direccion=$REQUEST_URI;
}
...
Espero que te sirva de ayuda. |