How True

The other day I was growing increasingly frustrated at the lack of decent CSS support within IE 5.0 (Windows), so I dug up some useful browser detection code using PHP. From these functions, I was able to write a very useful code block to serve up alternate content :

if (browser_is_ie() && browser_is_windows() && browser_get_version() == '5.0') {
†††$shitbrowser = true;
}

Quite.

Posted 8 years ago

Commenting on this post has been disabled.