Browse posteets
About
Contact
Log In
Register
View: If IE 6, go ***** yourself (or download a decent browser)
If IE 6, go ***** yourself (or download a decent browser)
1 year ago
by
sm0k1nggnu
<?php
$useragent
=
$_SERVER
[
'HTTP_USER_AGENT'
]
;
if
(
eregi
(
"(msie) ([6]{1})"
,
$useragent
)
)
{
print
"IE 8.0 -> do something"
;
}
else
{
}
?>
browser detection
ie
ie 6
ie6
Embed
|
View source
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1706"></script>
0 comment
about "If IE 6, go ***** yourself (or download a decent browser)"
Tags
browser detection
ie
ie 6
ie6
0 comment about "If IE 6, go ***** yourself (or download a decent browser)"