<code>while($res = mysql_fetch_object($getRes)) </code>
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?
<code>while($res = mysql_fetch_object($getRes)) </code>
执行的时候,只有第一条记录是正确处理,然后就跳出循环了。
但我用mysql_fetch_array,和mysql_num_rows 明明是可以得到多条数据,这是什么原因?