this is the code that i used when it gave me the error.
it only does it with sadmin_clan and sadmin_about.
//Retrieve settings
$stmt = $mysqli->prepare("SELECT * FROM sadmin_myths LIMIT 0, 5");
$stmt->execute();
$stmt->bind_result($id, $name, $value);
while ($stmt->fetch()){
$war =...