I have the following code:
$postId = $_GET[\'postId\']; $mysqli = new mysqli(\'localhost\', \'username\', \'database\', \'name_db\'); mysqli_report(MYSQLI_RE
As mentioned in php documentation mysqli_stmt::get_result, this method is supported since PHP 5.3.0.
And it is stated in the user notes section that:
This method requires the mysqlnd driver. Othervise you will get this error: Call to undefined method mysqli_stmt::get_result()