Let’s say you want to server-side detect whether a user’s browser is the dreaded IE6 using PHP (instead of on the client side, which is usually done with conditional comments). Here’s how.
“Get rid of half the words on each page, then get rid of half of what's left.”
~Steve Krug's
Third Law of Usability
'Don't Make Me Think"
Let’s say you want to server-side detect whether a user’s browser is the dreaded IE6 using PHP (instead of on the client side, which is usually done with conditional comments). Here’s how.