For me, it seems that
echo($REMOTE_ADDR)
echo(GetHostByName($REMOTE_ADDR))
yield the same output.
Is this always the case, and I can just cut out GetHostByName, therefore reducing processing time and code, or should I leave it in for various reasons?
Thanks