You don't have an account yet?
Become part of our PHP community and register now...
$ip_adresse = getenv("REMOTE_ADDR"); $hostname = gethostbyaddr($ip_adresse);
Comment