Gok een getal tussen de 0 en 100
= 0) { if ($gok <= 100) { if ($gok > $computer) { echo"lager"; } if ($gok == $computer) { echo"je hebt goed gegokt"; $_SESSION["computer"] = rand(0,100); } if ($gok < $computer) { echo"hoger"; } } if ($gok>100) { echo"de waarde is te hoog"; } } if($gok<0) { echo"de waarde is te laag"; } } ?>