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
<?php $database->query("YOUR QUERY");// if you want to crash on errors (not recommended)if($database->is_error()) die("Error: ".$database->get_error();
$database->get_one('SELECT ...