diff --git a/reference/mysql/functions/mysql-num-rows.xml b/reference/mysql/functions/mysql-num-rows.xml index 59d7d04e38..85fc2da2db 100644 --- a/reference/mysql/functions/mysql-num-rows.xml +++ b/reference/mysql/functions/mysql-num-rows.xml @@ -1,5 +1,5 @@ - + @@ -36,10 +36,19 @@ echo "$num_rows Rows\n"; + + + If you use mysql_unbuffered_query, + mysql_num_rows will not return the + correct value until all the rows in the result set have been + retrieved. + + See also: mysql_affected_rows, mysql_connect, + mysql_data_seek, mysql_select_db, and mysql_query.