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, ∼3428🔥, 0💬
Popular Posts:
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...