= htmlspecialchars($a['titre']) ?>
Publié le = date('d/m/Y', strtotime($a['date_creation'])) ?>= substr(htmlspecialchars($a['contenu']), 0, 200) ?>...
query('SELECT * FROM articles ORDER BY date_creation DESC LIMIT 10'); $articles = $stmt->fetchAll(); ?>
Aucun article n'a encore été publié.
= substr(htmlspecialchars($a['contenu']), 0, 200) ?>...