= $msg ?>
prepare(" UPDATE site_settings SET robots_meta = ?, schema_json = ? WHERE id = 1 "); $stmt->bind_param("ss", $robots_content, $schema_json); if ($stmt->execute()) { $msg = "SEO Tools Updated Successfully ✔"; } } /* ================= FETCH ================= */ $res = $con->query("SELECT robots_meta, schema_json FROM site_settings WHERE id=1"); $data = $res ? $res->fetch_assoc() : []; include 'includes/header.php'; include 'includes/sidebar.php'; ?>