diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index ad00def4e9..c94c33abc6 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + mysql_data_seek @@ -16,7 +16,8 @@ mysql_data_seek moves the internal row pointer of the MySQL result associated with the specified result identifier to point to the specified row number. The next call - to mysql_fetch_row would return that row. + to a MySQL fetch function, such as mysql_fetch_assoc, + would return that row. row_number starts at 0. The