gpt4 book ai didi

php - 想找出从 mysql 返回的结果总数

转载 作者:太空宇宙 更新时间:2023-11-03 10:30:22 25 4
gpt4 key购买 nike

我想知道通过我的查询从 mysql 中获取了多少结果...

最佳答案

这是通过调用 mysql_num_rows 来完成的在 mysql 结果资源上:

$result = mysql_query("SELECT id, name FROM users");
print mysql_num_rows($result) . " records";

关于php - 想找出从 mysql 返回的结果总数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1103326/

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