diff --git a/article-index-css/tabledebord.php b/article-index-css/tabledebord.php deleted file mode 100644 index 7b1b1d6..0000000 --- a/article-index-css/tabledebord.php +++ /dev/null @@ -1,45 +0,0 @@ -query("SELECT * FROM articles ORDER BY date_creation DESC"); -$articles = $stmt->fetchAll(PDO::FETCH_ASSOC); -?> - - - -
- - -| ID | Titre | Date | Actions |
|---|---|---|---|
| = $a['id'] ?> | -= htmlspecialchars($a['titre']) ?> | -= $a['date_creation'] ?> | -- Modifier | - Supprimer - | -