Hello,
I have 3 domain names on the same website.
When users submit support requests I need to know which domain, browser, OS they use.
First of all I used:
$userhost = $_SERVER["SERVER_NAME"];
This worked for some but not for all users. In some cases script didn't save any information about $userhost. I changed the script to:
$userhost = $_SERVER["HTTP_HOST"];
The same problem. How is it possible that for some users script can't detect SERVER_NAME and HTTP_HOST;
This is HTTP_USER_AGENT information for one of the users with undetectable SERVER_NAME/HTTP_HOST:
This is Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1;
WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5;
OfficeLivePatch.1.3; .NET4.0C)