在线老师 您好 麻烦帮我看看这是什么原因: 书名:PHP范例完全自学手册 第5章 实例052 PHP+XML留言板 在线等你解答 谢谢。
慕容st 发表于2017-02-17 17:48
麻烦您把top.php文件上传上来或把内容粘贴上
<div style="width:777px; height:154px;">
<img src="images/<?php if($_SESSION['nickname']==""){echo 'message_022.jpg';}else{ echo 'message_02.jpg';}?> " width="777" height="154" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="572,132,633,149" href="<?php if($_SESSION['nickname']==""){echo 'register.php';}else{ echo 'index.php';}?>" />
<area shape="rect" coords="60,130,137,150" href="index.php" />
<area shape="rect" coords="645,132,708,150" href="<?php if($_SESSION['nickname']==""){echo 'enter.php';}else{ echo 'insert.php';}?>" />
<area shape="rect" coords="59,14,216,67" href="admin_insert.php" />
</map>
</div>
<div style="width:777px; height:61px;">
<a href="index.php"><img src="images/message_05.jpg" width="170" height="61" border="0" /></a>
<?php
if($_SESSION['nickname']!=""){
?>
<a href="admin_export.php?nickname=<?php echo $_SESSION['nickname'];?>"><img src="images/message_09.jpg" width="170" height="61" border="0" /></a>
<a href="logout.php"><img src="images/message_08.jpg" width="170" height="61" border="0" /></a>
<?php }?>
</div>