dbx_fetch_row -- Fetches rows from a query-result that had the
DBX_RESULT_UNBUFFERED flag set
Syntax
object dbx_fetch_row ( object result_identifier )
dbx_fetch_row() returns a row on success, and
0 on failure (e.g. when no more rows are available).
When the DBX_RESULT_UNBUFFERED is not set in the
query, dbx_fetch_row() will fail as all rows have
already been fetched into the results data property.
As a side effect, the rows property of the query-result
object is incremented for each successful call to
dbx_fetch_row().
The result_identifier parameter is the result
object returned by a call to dbx_query().
The returned array contains the same information as any row would have
in the dbx_query result data property, including
columns accessible by index or fieldname when the flags for dbx_guery
were set that way.
dbx fetch row php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php dbx fetch row syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.