$liste_articles = sql_allfetsel('id_article, titre', 'spip_articles'); $liste_articles = array_column($liste_articles, 'titre', 'id_article');