How do I get the name of the the remote computer?
// Henrik
get the address of who is visiting your site? i think that's what you are asking. well: $HTTP_REFERER; that will give you the ip address gethostbyaddr($HTTP_REFERER); that will give you the host name.
if that's not what you want let me know.
thank you, I was looking for that one!
I'm sorry I looked at it too fast.I was looking for a way to get the name of the computer who visits the site. If not computername, maybe first part of email. I have seen in my cookies that companys have found my name an stored it like myname@theircompany.com. How do they get that?