I have the following code:
$postId = $_GET[\'postId\']; $mysqli = new mysqli(\'localhost\', \'username\', \'database\', \'name_db\'); mysqli_report(MYSQLI_RE
The manual page doesn't give any clear information on which minimum version of PHP is needed for get_result() to work:
get_result()
(No version information available, might only be in SVN)
I don't know the background to this, but it may simply not be available in your PHP version.
You could use fetch() instead.