Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2007, 06:45
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 1 mes
Puntos: 17
Re: Limpiar variables url

No es muy elegante, pero funciona

Código PHP:
echo strpos($_SERVER['PHP_SELF'], '?') !== false substr($_SERVER['PHP_SELF'], 0strpos($_SERVER['PHP_SELF'], '?')) : $_SERVER['PHP_SELF'];