• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

框架有关问题?求高手

php 搞代码 4年前 (2022-01-23) 20次浏览 已收录 0个评论

框架问题?求高手

PHP code

<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?php include("../login/qx.php") ;?><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><frameset rows="56,*" cols="*" frameborder="no" border="2" framespacing="2">  <frame src="top.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="top" />  <frameset rows="*" cols="186,*" framespacing="0" frameborder="no" border="0">    <frame src="lift.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="left" />    <frame src="mian.html" name="mainFrame" id="mainFrame" title="main" />  <body>

我的后台设置了只有用户登录的时才可以进入,后台是一个框架结构,可是为什么我登录成功了,还提示我没有登陆权限
登陆权限我是这样写的也就是qx.php[code=PHP][/code]

PHP code

<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?phpsession_start();?><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><?php if (empty($_SESSION['login'])) {    echo "<script>alert('你没有访问权限,请先登录!');window.location.href='../login/login1.php'</script>";    exit;}else{     echo "<script>alert('欢迎光临!');window.location.href='index.php'</script>";    }?>

为什么会不对呢?怎么会提示呢

——解决方案——————–
<?php
session_start();
?>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<?php if (empty($_SESSION[‘login’])) {
echo “<script>alert(‘你没有访问权限,请先登录!’);window.location.href=’../login/login1.php'</script>”;
exit;
}
else{
echo “<script>alert(‘欢迎光临!’);windo

)本文来源gaodai.ma#com搞#代!码网_

搞代gaodaima码w.location.href=’../admin/index.php'</script>”; //登陆成功后进入该分支。而你又让它跳转到原页面。所以重复进入该分支。一直在跳转。还不明白?
//解决办法就是:不要在/admin/index.php包含qx.php。
}


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:框架有关问题?求高手
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址