Looking for way to find the remote computer 'name', not HTTP_REFERER.. Any ideas???? Thankx.. Rick
Okay, here you go.
<?php $computername = gethostbyaddr( $REMOTE_ADDR );
print $computername;
?>
No sir...THAT gives me the IP address....!!!! I want the actual COMPUTER NAME. From the Control Panel / Network / Computer Name.. (It can be done, so I hear.???) Rick