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