Return to Snippet

Revision: 39536
at January 18, 2011 04:39 by kendsnyder


Initial Code
function isBrowserIE() {
	return strpos(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false;
}

Initial URL


Initial Description


Initial Title
Check if the browser reports itself as IE

Initial Tags
ie, browser

Initial Language
PHP