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, 2617🔥, 0💬
Popular Posts:
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
What is the standard to map XML repeating elements to JSON values? There seems to be no industry sta...
How to use the "send-request" Policy statement to call an extra web service for an Azure API service...