Ahh,
You got to love microsoft, everytime they make a change all the web developers out there have to redesign their code.
Even from asp you cannot get the Browser name or version anymore with IE 11. The only way I've been able to detect it (without using feature detection) is the Trident/7.0 in the user agent string.
I'm not a php programmer but if someone out there is and can modify the script to check for trident 7 if unknown then please show me how to do it :)
Thanks
You got to love microsoft, everytime they make a change all the web developers out there have to redesign their code.
Even from asp you cannot get the Browser name or version anymore with IE 11. The only way I've been able to detect it (without using feature detection) is the Trident/7.0 in the user agent string.
I'm not a php programmer but if someone out there is and can modify the script to check for trident 7 if unknown then please show me how to do it :)
Thanks