SEARCH:
Previous: SQL Next: SQL_Num_Rows

SQL_Fetch_Array

resource Result
int rownum
int type


Accepts a result resource returned by the SQL function and returns the next row from the server. Returns boolean false if there are no more rows.

This is the preferred method for retrieving results if the row count is likely to go over a hundred or so rows. Below 100 rows, it can be more convenient to use SQL_AllRows.

Previous: SQL Next: SQL_Num_Rows