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, 1251👍, 0💬
Popular Posts:
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...