set_charset("utf8mb4"); if (!is_null($mysqli->connect_error)) { header("Location: /error/DBConnFailed"); exit; } ?>