query('SELECT COUNT(*) as c FROM articles'); $count = $stmt->fetchColumn(); ?>
Nombre total d'articles :