Fataler Fehler: Rufen Sie eine Mitgliedsfunktion bind_param () auf einem Nicht-Nichts auf Objekt in ... < /p>
< /blockquote>
Hier ist der Code: < /p>
Code: Select all
global $mysqli;
$stmt = $mysqli->prepare("SELECT id, description FROM tbl_page_answer_category WHERE cur_own_id = ?");
$stmt->bind_param('i', $cur_id);
$stmt->execute();
$stmt->bind_result($uid, $desc);