merci a votre proposition...
mais je veut afficher un tableau avec PHP aprés que je fait mon choix de select
ex:
<p align="left">ATTRIBUER :
<select class="but" size="1">
<option value="unite">Par unité</option>
<option value="element">Par élement</option>
</select>
// si option="Par unité" on doit afficher
<?php echo checkedSelect($nom, $structure, $contenu, $_POST[$nom]); ?> // si option="Par element" on doit afficher
<?php echo checkedSelect($nom2, $structure2, $contenu2, $_POST[$nom2]); ?>
à mes amis----------------> to dream...........reality.
