in reply to Need help protecting the user - detecting and redirecting browsers the ADVANCED way...

HTTP::BrowserDetect is pretty good. It's just an oop implementation of netscape's old 'sniffer' javascript, but nicely done, offering methods like $browser->is_ie5plus or $browser->is_robot.

  • Comment on Re: Need help protecting the user - detecting and redirecting browsers the ADVANCED way...