I have the following code:
$postId = $_GET[\'postId\']; $mysqli = new mysqli(\'localhost\', \'username\', \'database\', \'name_db\'); mysqli_report(MYSQLI_RE
check to see it your PHP mysql native driver is enable. get->result() only works when mysql native driver is enable. http://www.php.net/manual/en/mysqli-stmt.get-result.php