sql函数mysql_num_rows()老出错说找不到有效值?

Warning:mysql_num_rows():suppliedargumentisnotavalidMySQLresultresourceinD:\wamp\www\... Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\wamp\www\Discussion Forum\viewforum.php on line 30

语句
$topicsql="select MAX(messages.date) as maxdate, topics.id as topicid,topics.*,users.* from messages,topics,users where messages.topic_id =topics.id and topics.user_id=users.id and topics.forum_id=".$validforum."GROUP BY messages.topic_id ORDER BY maxdate DESC;"; $topicresult=mysql_query($topicsql);
$topicnumrows=mysql_num_rows($topicresult);
展开
 我来答
bxbyg
2013-12-27 · TA获得超过326个赞
知道小有建树答主
回答量:471
采纳率:0%
帮助的人:455万
展开全部
把你的$topicsql打印出来直接在数据库里运行一下,看有没有结果,报不报什么错误,目测你的GROUP BY前面应该加个空格
百度网友9384237
2013-12-26 · 超过31用户采纳过TA的回答
知道答主
回答量:79
采纳率:0%
帮助的人:78.5万
展开全部
试试把最后一句改为$topicnumrows=mysql_num_rows($result);
更多追问追答
追问
可是又没有$result,改了还是错啊,感觉是sql查询错了,但我自己找不出来错哪了
追答
把   $topicresult=mysql_query($topicsql);   改成   $topicresult = @mysql_query($topicsql) or die(mysql_error);   ,执行看一下错误信息,这样你就可以知道你sql语句哪里出现错误了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式