Home  >  Article  >  Backend Development  >  为什么小弟我的页面会不停的刷新

为什么小弟我的页面会不停的刷新

WBOY
WBOYOriginal
2016-06-13 13:31:50779browse

为什么我的页面会不停的刷新
[code=PHP][/code]





无标题文档


 
 
 
 
 

<br>

其中qx.php的代码是[code=PHP][/code]
session_start();
?>

  echo "<script>alert('你没有访问权限,请先登录!');window.location.href='../login/login1.php'</script>";
  exit;
}
else{
echo "<script>alert('欢迎光临!');window.location.href='../admin/index.php'</script>";
}
?>
那个能帮我解决吗

------解决方案--------------------
不停的剧新是在登陆之前还是之后?看看你login1.php的代码
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn