I have a PHP web page. I want to detect if browser is Firefox 3.6 or above. Can this be accomplished my just a browser-agent sniffing or is there any other way (since user agent can be customized).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
since you are using PHP, there’s already an often updating
PHP Classis there. Do have a look at it, as it features all.Using the plugin is very simple:
For getting that
Browser.php, please download it from: http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/Hope this helps! 🙂