gpt4 book ai didi

php - mysql_num_rows 返回错误值

转载 作者:行者123 更新时间:2023-11-30 23:48:19 28 4
gpt4 key购买 nike

echo $sql2 = "select uid,username from userstable where username IN(".$usernameStr.")";
$res2 = mysql_query($sql2);
echo "------".mysql_num_rows($res2)."-----";

mysql_num_rows 仅返回 1 条记录,这是最后一个条目,但是当我在 MySQL 中运行查询时,它返回正确数量的记录。

问题出在哪里?

最佳答案

while($rs=mysql_num_rows($res2)){ 
echo $rs[0].' '.$rs[1];
}

关于php - mysql_num_rows 返回错误值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27618187/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com