Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/12/2007, 06:20
GeduR
 
Fecha de Ingreso: octubre-2007
Mensajes: 30
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: $_SERVER['PHP_SELF'] y $_GET

Muchas gracias!

Finalmente el código que he implementado ha sido el siguiente:

Código:
$self=$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"];