I have the following code:
$postId = $_GET[\'postId\']; $mysqli = new mysqli(\'localhost\', \'username\', \'database\', \'name_db\'); mysqli_report(MYSQLI_RE
You're probably using old version of PHP not supporting get_result() as stated on manual page
(No version information available, might only be in SVN)