Just for quick reference.. the code I am using is simply:
$name = gethostbyaddr($_SERVER['REMOTE_ADDR']);
echo $name;
If it put the name while being on the server, like it does if I run it on my local machine... that would be cool but havn't seen anyone mention how to do this on the forums.. any ideas?