mysql+php制作留言板的时候,留言板内容没显示,但数据库有数据。大神们帮帮忙

<?phpinclude'conn.php';?><?phpecho"<divalign='center'><ahref='add.php'>继续添加</a></div>... <?php include 'conn.php'; ?> <?php echo "<div align='center'><a href='add.php'>继续添加</a></div>"; ?> <table width=500 border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#add3ef"> <?php $sql="select * from message order by id"; $query=mysql_query($sql); while ($row=mysql_fetch_array($query)){ ?> <tr bgcolor="#eff3ff"> <td>标题:<font color="red"><?=$row[title]?></font> 用户:<font color="red"><?=$row[user] ?></font><div align="right"><a href="preEdit.php?id=<?=$row[id]?>">编辑</a> | <a href="delete.php?id=<?=$row[id]?>">删除</a></div></td> </tr> <tr bgColor="#ffffff"> <td>内容:<?=$row[content]?></td> </tr> <tr bgColor="#ffffff"> <td><div align="right">发表日期:<?=$row[lastdate]?></div></td> </tr> <?php }?> </table> 上面这个是list.php的显示留言板代码。 像这样一按编辑就出现错误: Warning : mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\wamp\www\helloworld\preEdit.php on line 6 按删除就没有反应,急需高手回答呀!!!!!! 展开
 我来答
黎约风骚94
2014-08-17 · 超过47用户采纳过TA的回答
知道答主
回答量:101
采纳率:0%
帮助的人:111万
展开全部
<?=$row[title]?> 为什么是这么写的?? <?php $row[title] ?> 简写也因该是 <? $row[title] ?> 检查你的数据库有没有用错,select表单有没有改错,尤其是掉字母,大小写不分等情况
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式