PHP Get IE Version PHP December 21, 2012 Pramod T P <?php preg_match(‘/MSIE (.*?);/’, $_SERVER[‘HTTP_USER_AGENT’], $matches); echo $version = $matches[1]; ?>