while($Row_Liste_champs_table_traduction = mysql_fetch_row($Result_Liste_champs_table_traduction)) { $lang_name=$Row_Liste_champs_table_traduction[0]; if(in_array($lang_name,$tableau_langues)) { $create_table_spip_langues = spip_query_db("ALTER TABLE `spip_traductions` ADD `".$lang_name."` BLOB NOT NULL ;"); } };