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, 1725👍, 0💬
Popular Posts:
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...