AppTools.com
Web Development Tools that Enlighten
Browser Detection with PHP
Browser detection is an illusive task that is ultimately doomed to fail. Browsers are always changing and keeping up to date with these changes is a continuous job. Some browsers allow the user to alter the way the browser identifies itself, or to not identify itself at all. Some firewalls block the sending of the browser identification, so no browser detection scheme is entirely successful.
With all that in mind, this page attempts to detect your operating system and browser name & version based on the HTTP_USER_AGENT sent to the server.
Your browser sent this HTTP_USER_AGENT string to server:
CCBot/1.0 (+http://www.commoncrawl.org/bot.html).
Using the above string, the script detected the following values:
- Platform: Unknown
- Browser: Unknown
- Version: Unknown
Since browser detection is so unreliable, I am no longer maintaining this script. You are free to use and or modify/update it as you want, however the author assumes no responsibility for the accuracy of the detected values.