wireplay on 09/03/10
Last Edited at 09/03/10 01:02am
<?phpfunction detect_msie(){ if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.0') !== false)) return true; else return false;}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.