为何总是Warning: mysql_fetch_object(): supplied argument is not a valid MySQL resul
程序员文章站
2022-06-03 20:02:00
...
为什么总是Warning: mysql_fetch_object(): supplied argument is not a valid MySQL resul
为什么总是
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\AppServ1\www\forum\index.php on line 46
代码:
$id = $row["id"];
$res=mysql_query("select count(*) as total from reply where topic id='$id'");
$r = mysql_fetch_object($res);
大家帮帮忙
------解决方案--------------------
topic id='$id'" //这里错了吧
------解决方案--------------------
你把SQL语句放到MYSQL里面运行,看有没有结果
------解决方案--------------------
最后的$id用连字符拼接吧,别直接写到sql里
------解决方案--------------------
topic是另外一张表那得采用连接查询或者是多表符合查询
为什么总是
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\AppServ1\www\forum\index.php on line 46
代码:
$id = $row["id"];
$res=mysql_query("select count(*) as total from reply where topic id='$id'");
$r = mysql_fetch_object($res);
大家帮帮忙
------解决方案--------------------
topic id='$id'" //这里错了吧
------解决方案--------------------
你把SQL语句放到MYSQL里面运行,看有没有结果
------解决方案--------------------
最后的$id用连字符拼接吧,别直接写到sql里
------解决方案--------------------
topic是另外一张表那得采用连接查询或者是多表符合查询
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
上一篇: html - php 获取表单数据
下一篇: mysql的安装图解_MySQL
推荐阅读
-
为何总是Warning: mysql_fetch_object(): supplied argument is not a valid MySQL resul
-
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result res,该怎么解决
-
php出现Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result解决办法
-
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour,该怎么解决
-
为什么总是Warning: mysql_fetch_object(): supplied argument is not a valid MySQL resul
-
php出现Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result解决办法
-
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour,该怎么解决
-
Warning: mysql_free_result(): supplied argument is not a valid MySQL result
-
总是出现mysql_fetch_array(): supplied argument is not a valid MySQL result resource
-
【进去请严肃】从mysql取数据时提示Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论