mysql_affected_rows没有指定resouce时没有返回值?

liujianliang 2013-06-05 04:24:41
$rs=mysql_query($sql);
mysql_affected_rows($rs)
如果没有指定$rs时有返回值,但指定$rs后反而没有
这是什么原因?
...全文
111 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
liujianliang 2013-06-05
  • 打赏
  • 举报
回复
楼上很强大···········
ACMAIN_CHM 2013-06-05
  • 打赏
  • 举报
回复
20.10.1.4.1. mysql_affected_rows Copyright 1997-2008 the PHP Documentation Group. mysql_affected_rows Get number of affected rows in previous MySQL operation Description int mysql_affected_rows(resource link_identifier); Get the number of affected rows by the last INSERT, UPDATE, REPLACE or DELETE query associated with link_identifier. Parameters link_identifier The MySQL connection. If the link identifier is not specified, the last link opened by mysql_connect is assumed. If no such link is found, it will try to create one as if mysql_connect was called with no arguments. If no connection is found or established, an E_WARNING level error is generated. Return Values Returns the number of affected rows on success, and -1 if the last query failed.
bbjbepzz 2013-06-05
  • 打赏
  • 举报
回复
把mysql_affected_rows()的$rs去掉
ACMAIN_CHM 2013-06-05
  • 打赏
  • 举报
回复
为什么不先查一下免费的MYSQL手册中的说明? int mysql_affected_rows(resource link_identifier); 手册中关于 resource link_identifier 的解释是什么? 是connection 而不是 rs
liujianliang 2013-06-05
  • 打赏
  • 举报
回复
$rs=mysql_query($sql,$conn); mysql_affected_rows($rs) 指定$conn也不行

56,677

社区成员

发帖
与我相关
我的任务
社区描述
MySQL相关内容讨论专区
社区管理员
  • MySQL
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧