<code>while($res = mysql_fetch_object($getRes))</code>
……本2文来源gaodai.ma#com搞##代!^码@网3
搞代gaodaima码
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?
回复内容:
<code>while($res = mysql_fetch_object($getRes))</code>
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?