prepare("DELETE FROM seo_projects WHERE id = ?"); $stmt->bind_param("i", $id); $stmt->execute(); } header("Location: ../dashboard.php"); exit;