WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$oDb = \database::getInstance();$sql = "SELECT * FROM Tabelle WHERE Id = ?";$stmt = $oDb->prepare($sql); $stmt->bind_param("i", $Id);$stmt->execute();$result = $stmt->get_result(); // get the mysqli result$row = $result->fetch_assoc(); // fetch data
There was an uncatched exceptionCall to undefined method mysqli_stmt::get_result()in line (14) of (/modules/code/view.php(25) : eval()'d code):
PHP 4 oder wie?