Thread: gethostbyaddr
View Single Post
Old 12-09-2008, 02:04 AM   #1 (permalink)
KingOfTheSouth
The Acquainted
 
KingOfTheSouth's Avatar
 
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
KingOfTheSouth is on a distinguished road
Default gethostbyaddr

I am getting a error for this new site I am making. here is the error. I have never seen this kind of error. So I do not know what to do.

Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address in /home1/clubbink/public_html/streetlords/signup.php on line 62

Code:
$host=gethostbyaddr("$REMOTE_ADDR");
What does this mean? And how can I fix this?
KingOfTheSouth is offline  
Reply With Quote