ma requête fini par me sembler un tantinet compliquée non ???
$resultnotes = mysql_query("SELECT id_note, id_mat, id_mem, id_momnote, note, N.date_crea as date_crea_note, N.date_modif as date_modif_note, nom_note, M.date_crea as date_crea_mem, login, nom_mat FROM notes N, noms_notes, materiels, membres M where notes.id_nomnote = noms_notes.id_nomnote and notes.id_mat = materiels.id_mat and notes.id_mem = membres.id_mem order by materiels.id_mat", $db);
le pb, c'est que jusque là je faisais select * et là je suis obligé de sélectionné chaque champs...
en plus ça marche pas... c zarb...