php 包含页面出了问题(条件判断)
<?phpsession_start();include("conn/conn.php");?><html><head><metahttp-equiv="Content-...
<?php session_start();include("conn/conn.php");?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>投票系统中单选按钮与复选框的应用</title>
<style type="text/css">
<!--
.style1 {font-size: 13px}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style2 {font-size: 12px}
-->
</style>
</head>
<body>
<table width="450" border="1" cellpadding="0" cellspacing="0" background="images/hhh.JPG">
<tr align="center">
<td height="25" colspan="4"><span class="style1">投票主题浏览</span></td>
</tr>
<?php
$result=mysql_query("select * from tb_poll");
while($myrow=mysql_fetch_array($result)){
$tpzt=$myrow[tpzt];
?>
<tr>
<td width="46"> </td>
<td height="25" colspan="2" align="center" class="style1"><a href="index.php?lmbs=投票专区&lmlb=<?php echo $tpzt;?>" title="参加投票"><?php echo $myrow[tpzt];?></a></td>
<td width="323"><span class="style2"> 说明: <?php echo $myrow[tpzt_sm];?></span></td>
</tr>
<?php }?>
<tr>
<td height="20" colspan="4" align="center"> </td>
</tr>
</table>
<p>
<?php
switch($lmbs and $lmlb){
case "$tpzt" :
include"indexs.php";
break;
}
?>
</p>
<p> </p>
</body>
</html>
页面indexs.php包含不进来,估计是条件判断的问题,求大侠指点! 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>投票系统中单选按钮与复选框的应用</title>
<style type="text/css">
<!--
.style1 {font-size: 13px}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style2 {font-size: 12px}
-->
</style>
</head>
<body>
<table width="450" border="1" cellpadding="0" cellspacing="0" background="images/hhh.JPG">
<tr align="center">
<td height="25" colspan="4"><span class="style1">投票主题浏览</span></td>
</tr>
<?php
$result=mysql_query("select * from tb_poll");
while($myrow=mysql_fetch_array($result)){
$tpzt=$myrow[tpzt];
?>
<tr>
<td width="46"> </td>
<td height="25" colspan="2" align="center" class="style1"><a href="index.php?lmbs=投票专区&lmlb=<?php echo $tpzt;?>" title="参加投票"><?php echo $myrow[tpzt];?></a></td>
<td width="323"><span class="style2"> 说明: <?php echo $myrow[tpzt_sm];?></span></td>
</tr>
<?php }?>
<tr>
<td height="20" colspan="4" align="center"> </td>
</tr>
</table>
<p>
<?php
switch($lmbs and $lmlb){
case "$tpzt" :
include"indexs.php";
break;
}
?>
</p>
<p> </p>
</body>
</html>
页面indexs.php包含不进来,估计是条件判断的问题,求大侠指点! 展开
展开全部
switch($lmbs and $lmlb)
这是什么条件?这个条件的吧,好像case是任何值都行的
那都能包含进来吧
这是什么条件?这个条件的吧,好像case是任何值都行的
那都能包含进来吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
$lmbs $lmlb
请问你在哪里定义了???
没有赋值则为0 ,文件怎么会包含进来
请问你在哪里定义了???
没有赋值则为0 ,文件怎么会包含进来
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这代码写得乱七八糟的,先把基本语法弄懂了再说吧。
初学者强烈推荐看手册。
初学者强烈推荐看手册。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询