It's there anyway to get visters OWN machine name?
I use the following script but it only get the users ISP machine name.... $REMOTE_HOST = gethostbyaddr($REMOTE_ADDR);
Thanks!!!