Solution de l'exercice :

Source : lesson_07_radio.php Résultat
<?php 
$sp 
"&nbsp;&nbsp;&nbsp;&nbsp;" ;
echo 
"<table width=65%><tr><td width=15% class=no-border></td>
    <td class=no-border align=center><td width=70% align=center>" 
;
echo 
"<b>Quel jour préférez-vous ?";
echo 
"    </td><td class=no-border width=15% ></td></tr></table><p>"  ;
echo 
"<form action=show_solutions.php?exercise=lesson_07_radio_2.php method=post>";
echo 
"<table CELLSPACING=0 BORDER=1 bordercolor=red CELLPADDING=0 class=std_2 >";
echo 
"<TD >$sp<input type='radio' name=choice value='lundi'> Lundi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='mardi'> Mardi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='mercredi'> Mercredi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='jeudi'> Jeudi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='vendredi'> Vendredi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='samedi'> Samedi $sp</td>";
echo 
"<TD >$sp<input type='radio' name=choice value='dimanche'> Dimanche $sp</td>
    </tr><tr>"
;
echo 
"<tr CLASS=Alt1><TD COLSPAN=15><DIV align=RIGHT>
    <br/><input type=submit NAME=Login value=VALIDER >&nbsp;&nbsp;&nbsp;
    </DIV></td></tr>"
;
echo 
"</form>";
echo 
"</table>";
?>

Quel jour préférez-vous ?

     Lundi          Mardi          Mercredi          Jeudi          Vendredi          Samedi          Dimanche     

   


Tous droits réservés. 2005-2020