tags:

views:

90

answers:

1

All,

My application supports IE7+, MOZILLA and other modern browsers. Anybody know of a very good browser detection and redirection PHP class? I came across this, but I am not sure if anybody used this:

http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/#typicalusage

Thanks

+1  A: 

Use PHP get_browser

get_browser — Tells what the user's browser is capable of

aSeptik