Eiolon Posted December 1, 2011 Share Posted December 1, 2011 I log the hostname of the computers when they do certain things in our Intranet. When the hostname is logged, certain clients are getting both the hostname and the localhost IP address added. For example, if the PC name is TOMS-PC, the hostname logged is TOMS-PC172.0.0.1 Other clients are logging just the hostname as it should be. All I use to grab the hostname is: $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); Any clues as to what causes this? Quote Link to comment https://forums.phpfreaks.com/topic/252254-gethostbyaddr-adding-ip-to-hostname-from-some-clients/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.