if (strpos($_SERVER['HTTP_USER_AGENT'], '(compatible; MSIE ')!==FALSE) {
//FOR IE
}
more info here http://php.net/manual/en/function.get-browser.php
if (strpos($_SERVER['HTTP_USER_AGENT'], '(compatible; MSIE ')!==FALSE) {
//FOR IE
}
more info here http://php.net/manual/en/function.get-browser.php