Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/07/2002, 16:09
Avatar de hrxnet
hrxnet
 
Fecha de Ingreso: julio-2002
Ubicación: Sto. Dgo. RD
Mensajes: 516
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: Variable $gethostbyaddr("$REMOTE_ADDR")

Gracias, funciono como me dijiste
<?
$host = gethostbyaddr($REMOTE_ADDR);

echo "$host";
?>