我已根据具体情况更新了我的记录,之后我想知道受影响行中的ID.
$sql = MysqLi_query("update table set xxx='".$x."' where yyy='".$y."'");
现在执行此查询后,我想知道受影响的行.
简单而有效
原文链接:https://www.f2er.com/php/137148.html$last_id = MysqLi_insert_id($conn);