本人这有一段php代码 请各位朋友帮忙找下错 感激不尽 while($row=mysql_fetch_array($query)) 浏览这错误
<?phpinclude("top.php");?><tablewidth="1212"height="272"border="1"align="center"><tr>...
<?php include("top.php"); ?>
<table width="1212" height="272" border="1" align="center">
<tr>
<td width="594" height="28" align="center"><strong>网站新闻</strong></td>
<td width="602" height="28" align="center"><strong> 学生信息</strong></td>
</tr>
<tr>
<td width="606" height="236"><table width="98%" border="0" align="center">
<?php
$sql="select * from xuesheng where xueshengclass='网站新闻' limit 8";
$query=mysql_query($sql,$conn);
while($row=mysql_fetch_array($query)){
?>
<tr>
<td height="30"><a href="lr.php?xueshengid=<?php echo $row[id];?>"><?php echo $row[title];?></a></td>
</tr>
<?php }?>
</table></td>
<td width="606" height="236">
<table width="98%" border="0" align="center">
<tr>
<?php
$sql="select * from xuesheng where xueshengclass='学生信息' limit 8";
$query=mysql_query($sql,$conn);
while($row=mysql_fetch_array($query)){
?>
<td height="30"><a href="lr.php?xueshengid=<?php echo $row[id];?>"> <?php echo $row[title];?></a></td>
</tr>
<?php }?>
</table></td>
</tr>
</table>
<?php include("end.php");?> 展开
<table width="1212" height="272" border="1" align="center">
<tr>
<td width="594" height="28" align="center"><strong>网站新闻</strong></td>
<td width="602" height="28" align="center"><strong> 学生信息</strong></td>
</tr>
<tr>
<td width="606" height="236"><table width="98%" border="0" align="center">
<?php
$sql="select * from xuesheng where xueshengclass='网站新闻' limit 8";
$query=mysql_query($sql,$conn);
while($row=mysql_fetch_array($query)){
?>
<tr>
<td height="30"><a href="lr.php?xueshengid=<?php echo $row[id];?>"><?php echo $row[title];?></a></td>
</tr>
<?php }?>
</table></td>
<td width="606" height="236">
<table width="98%" border="0" align="center">
<tr>
<?php
$sql="select * from xuesheng where xueshengclass='学生信息' limit 8";
$query=mysql_query($sql,$conn);
while($row=mysql_fetch_array($query)){
?>
<td height="30"><a href="lr.php?xueshengid=<?php echo $row[id];?>"> <?php echo $row[title];?></a></td>
</tr>
<?php }?>
</table></td>
</tr>
</table>
<?php include("end.php");?> 展开
3个回答
展开全部
看一下你链接数据库的文件引进来了吗!top.php里面有链接数据库吗?
是看你的sql是不是有错误!把sql放到你的mysql中执行一下看看是不是有错误!
表面上看没什么错误!!!只有这两个
追问
引进来了 我没复制过来 数据库我执行了没错
追答
数据库的文件你确定引进来了!那你写在end.php,还是写在top.php.我说的引进来了.是把你链接数据库的文件给引进来,把错误贴出来把!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
代码的调试要根据执行的错误反馈信息进行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询