include_once('justifications.php'); if(isset($_GET['j1'])){ $j1=$_GET['j1']; $j2=$_GET['j2']; $j3=$_GET['j3']; $j4=$_GET['j4']; $j5=$_GET['j5']; } //j1=14&j2=31&j3=32&j4=19 if($j1==14 AND $j2==31 AND $j3==32 AND $j4==19){ $message = "Bravo, tu as la bonne réponse. Tu peux passer à la prochaine question"; }else{ $message=""; } ?>