时间:2021-07-01 10:21:17 帮助过:2人阅读
while($res = mysql_fetch_object($getRes))
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?
while($res = mysql_fetch_object($getRes))
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?