FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

PHP mysqli_more_results() Function

PHP MySQLi Reference PHP MySQLi Reference


Definition and Usage

The mysqli_more_results() function checks if there are any more results from a multi query.


Syntax

mysqli_more_results(connection);

Parameter Description
connection Required. Specifies the MySQL connection to use

Technical Details

Return Value: TRUE on success. FALSE on failure
PHP Version: 5+

PHP MySQLi Reference PHP MySQLi Reference