12-09-2008, 02:04 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
|
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?
|
|
|
|