I have the following code:
$postId = $_GET[\'postId\']; $mysqli = new mysqli(\'localhost\', \'username\', \'database\', \'name_db\'); mysqli_report(MYSQLI_RE
I´m guessing it´s the line below that, change:
$info = $result->fecth_array(MYSQLI_ASSOC);
to:
$info = $result->fetch_array(MYSQLI_ASSOC);