query("SELECT * FROM articles ORDER BY date_creation DESC"); $articles = $stmt->fetchAll(PDO::FETCH_ASSOC); ?>