php - With mysql_fetch_array I can easily count the rows returned. Can I do something similar with m
If you're using it in procedural style (i.e. mysql_fetch_object() vs. $result->fetch_object()), mysql_num_rows should work exactly the same way as when using mysql_fetch_array(). Could you post some sample code?...