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, ∼3817🔥, 0💬
Popular Posts:
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...