mon probleme est de savoir comment dois je afficher le resultat saisi je vous met le code pour me donner des indications votre aide me sera vraiment utile merci
ici on saisi le choix
****************
Code : Tout sélectionner
<td><b></b></td>
<td><font size="+1"><b>place payante obligatoire(O/N)</b></font></td>
<td><input name="choix" type="text" size="5" maxlength="5"></td><!-- permet la saisie du choix -->
</tr>
<tr>ici c'est le tableau recapitulatif
**************************
Code : Tout sélectionner
</center>
<table width="150%" border="1" cellpadding="0"><!-- tableau récapitulatif des dates -->
<tr>
<td width="22"><font size="+1">N°</font></td>
<td width="44"><font size="+1">Jour</font></td>
<td width="67"><font size="+1">place payante obligatoire</font></td>
</tr>
<tr>
[color=red]ici je passe directement a l'affichage du champ qui m'interesse les autre champs nous importe peu[/color]
là c'est l'affichage
***************
<td width="20"><div align="left"><font size="+1"><? $fp=fopen("c1.txt", "r"); $choix=fgets($fp,255); fclose($fp); echo $choix; ?></font></div></td> <!--affiche le choix saisi-->