Voici ma premiere page ( bon le concept est pas terrible, mais je m'entraine, je viens tt juste d'entrer en BTS Informatique ) :
<BODY>
<CENTER> <FONT COLOR = "Blue"> Alors, Combien tu vas me mettre ?
</CENTER>
<BODY BACKGROUND = "http://feeclochette26.f.e.pic.centerblo ... 0xap10.jpg">
<FORM action = 'pageReponse.php'>
<FONT COLOR = 'Green'>
<BR>
<Input type = "radio" name=note checked value =0>0
<BR>
<Input type = "radio" name=note checked value =1>1
<BR>
<Input type = "radio" name=note checked value =2>2
<BR>
<Input type = "radio" name=note checked value =3>3
<BR>
<Input type = "radio" name=note checked value =4>4
<BR>
<Input type = "radio" name=note checked value =5>5
<BR>
<Input type = "radio" name=note checked value =6>6
<BR>
<Input type = "radio" name=note checked value =7>7
<BR>
<Input type = "radio" name=note checked value =8>8
<BR>
<Input type = "radio" name=note checked value =9>9
<BR>
<Input type = "radio" name=note checked value =10>10</FONT COLOR = 'green'>
<BR>
<Input type = submit value = 'GO !'> </BODY></HTML>
Et ma deuxieme page, la "pageReponse.php"
<HTML>
<TITLE> Voyons ce que ça donne ... </TITLE>
<BODY>
<?php echo "Alors qu'est-ce que ca a donné ?"; ?>
<BR>
<?php if ('note' == 0) { echo "0 ? !!! ";
}
elseif ('note' ==1)
{
echo " 1? C'est tout :/";
}
elseif ('note'==2) {$verdict ="2? Mais c'est vraiment pas beaucoup :O";}
elseif ('note'==3) { $verdict = "3 ? Je compte vraiment peu pour toi :/";}; ?>
</BODY>
</HTML>
S'il vous plait aidez-moi, j'ai cherché super longtemps et je trouve pas :/