online marketing

Archive for January, 2010

How To Detect Internet Explorer Version With PHP

Posted by admin on January 11 2010 Add Comments

Awhile ago I needed to detect the Internet Explorer version of the visitor from inside of my PHP script. Being lazy I just tried to Google for some existing code, but to my surprise there was none available! Well, I think it’s time to rectify that problem by publishing the code I ended up creating. [...]