如何阻止我的网站上的Windows XP和IE6用户? :P

时间:2014-04-17 10:56:08

标签: javascript php redirect

我想从我的网站重定向任何使用Windows XP与IE6和IE7的用户。

你能帮帮我吗? ;)

THX

1 个答案:

答案 0 :(得分:0)

由于您尚未发布您的尝试,我会给您一些帮助您的步骤。

PHP内置了可用于实现此功能的功能。


查看get_browser()功能。

示例输出:

Array
(
    [browser_name_regex] => ^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) gecko/.* firefox/0\.9.*$
    [browser_name_pattern] => Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:*) Gecko/* Firefox/0.9*
    [parent] => Firefox 0.9
    [platform] => WinXP
    [browser] => Firefox
    [version] => 0.9
    [majorver] => 0
    [minorver] => 9
    [cssversion] => 2
    [frames] => 1
    [iframes] => 1
    [tables] => 1
    [cookies] => 1
    [backgroundsounds] =>
    [vbscript] =>
    [javascript] => 1
    [javaapplets] => 1
    [activexcontrols] =>
    [cdf] =>
    [aol] =>
    [beta] => 1
    [win16] =>
    [crawler] =>
    [stripper] =>
    [wap] =>
    [netclr] =>
)