Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/07/2004, 04:06
brujilla_
 
Fecha de Ingreso: mayo-2004
Mensajes: 1
Antigüedad: 20 años
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.