I am trying to use $_SERVER["HTTP_USER_AGENT"]
to find a users browser and version.
Although when I use it with IE11 I get the following:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; WOW64;
Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729;
.NET CLR 2.0.50727; .NET CLR 3.0.30729)
I thought it might be something to do with compatibility mode, but it doesn't seem to be on. Am I missing something?