Gestion des articles
Ajouter un nouvel articleVos articles publiés
| ID | Titre | Date de création | Actions |
|---|---|---|---|
| = $article['id'] ?> | = htmlspecialchars($article['titre']) ?> | = $article['date_creation'] ?> | Modifier | Supprimer |
query('SELECT * FROM articles ORDER BY date_creation DESC'); $articles = $stmt->fetchAll(); ?>
Connecté en tant que = htmlspecialchars($_SESSION['user'] ?? 'Invité') ?> | Se déconnecter
| ID | Titre | Date de création | Actions |
|---|---|---|---|
| = $article['id'] ?> | = htmlspecialchars($article['titre']) ?> | = $article['date_creation'] ?> | Modifier | Supprimer |