首页 > 后端开发 > php教程 > HP判断是不是IE8或者ie7或者ie6,如果是的话跳转到一条链接

HP判断是不是IE8或者ie7或者ie6,如果是的话跳转到一条链接

WBOY
发布: 2016-06-06 20:13:36
原创
992 人浏览过

为什么这样写会出错,求解决方法?谢谢
function getBrowser(){

<code>$agent=$_SERVER["HTTP_USER_AGENT"];
if(strpos($agent,'MSIE')!==false || strpos($agent,'rv:8.0')|| strpos($agent,'rv:7.0')|| strpos($agent,'rv:6.0')) //ie判断</code>
登录后复制
登录后复制

header('Location: http://yuyoushan/wp-content/themes/ken2.0/kdzt/bdie/index.html');
?>

回复内容:

为什么这样写会出错,求解决方法?谢谢
function getBrowser(){

<code>$agent=$_SERVER["HTTP_USER_AGENT"];
if(strpos($agent,'MSIE')!==false || strpos($agent,'rv:8.0')|| strpos($agent,'rv:7.0')|| strpos($agent,'rv:6.0')) //ie判断</code>
登录后复制
登录后复制

header('Location: http://yuyoushan/wp-content/themes/ken2.0/kdzt/bdie/index.html');
?>

难道不是你的function 少了右} ?
代码,起码编辑一下,让人看得清
报错了,最好错误信息一并展示

<code class="php">if(strpos($agent,'MSIE')!==false &&( strpos($agent,'rv:8.0')|| strpos($agent,'rv:7.0')|| strpos($agent,'rv:6.0'))) 
// 必须IE并且版本为6,7,8</code>
登录后复制

最好开下错误报告,不然真的要一行行代码过嘛

<code>ini_set("display_errors", 1);
error_reporting(E_ALL^E_NOTICE);</code>
登录后复制
相关标签:
php
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板