What is the best way to target older IE browsers with PHP?

I've started using

(preg_match('/(?i)msie [5-8]/',$_SERVER['HTTP_USER_AGENT']))
Code (markup):

in one of my projects, but been wondering if there are other ways to do the same thing or is […]

See original post by invalid@example.com (qwikad.com)

Leave a Reply