prepare("DELETE FROM articles WHERE id = ?"); $stmt->execute([$id]); } header('Location: tabledebord.php'); exit; ?>