Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/07/2005, 18:39
FenixDI
 
Fecha de Ingreso: junio-2005
Mensajes: 8
Antigüedad: 18 años, 10 meses
Puntos: 0
ruta del query string= "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
ruta de la pagina principal="http://".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];
ip del cliente=$_SERVER['REMOTE_ADDR'];

o mas facil

"http://$HTTP_HOST$REQUEST_URI";
"http://$HTTP_HOST$PHP_SELF";
"$REMOTE_ADDR";