<?php session_start(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php include('conn.php'); ?>
<title>后台管理系统</title>
</head>
<frameset rows="90,*" cols="*" frameborder="no" border="1" framespacing="0">
<frame src="top.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="193,*" framespacing="0" frameborder="no" border="0">
<frame src="left.php" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="info.php" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
空白页浏览器输出后的HTML源代码
php代码
这种情况有遇到的没,更换之前是可以访问后台系统的,目前网站首页是可以访问的,就是后台管理系统不行。求大神帮忙,百度上提问竟然给屏蔽掉了。。。
晚安sp