<? $ip = getEnv("REMOTE_ADDR"); $host = gethostbyaddr($ip); // agregar en $mensaje; $mensaje.=$ip; $mensaje.=$host; ?>