Tools, FAQ, Tutorials:
What Is a Result Set Object in PHP
What Is a Result Set Object in PHP?
✍: FYIcenter.com
A result set object is a logical representation of data rows returned by mysql_query() function on SELECT statements. Every result set object has an internal pointer used to identify the current row in the result set. Once you get a result set object, you can use the following functions to retrieve detail information:
⇒ Looping through Returning Rows from a Query in PHP
⇐ Inserting Rows Based on SELECT Statement in PHP
2016-10-20, ∼3253🔥, 0💬
Popular Posts:
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...