
18/07/2005, 18:39
|
| | Fecha de Ingreso: junio-2005
Mensajes: 8
Antigüedad: 19 años, 9 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"; |