Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address
mate this the error i got .. my simple code was
<?php
echo gethostbyaddr($_server['REMOTE_ADDR']);
?>
when i tried it on local server, it gave my my computer name, but when i put it online, it gave me this error..