Hallo,ich bins wieder
also bis jetzt läuft mein Programm gut (ist ein quiz)!
Ich hab hab jetzt nur das problem wie kann ich checken ob ne frage richtg ist ?
ich will´s mal mit HTML probieren.
ich hab also 4 radioboxen und wenn a) angeklickt wird soll er weiterleiten auf Frage2.php sonst auf ende.php
hat jemand ne idee?
vielleicht mit IF.... THEN.... END IF oder so
also bis jetzt läuft mein Programm gut (ist ein quiz)!
Ich hab hab jetzt nur das problem wie kann ich checken ob ne frage richtg ist ?
ich will´s mal mit HTML probieren.
PHP-Code:
a)Jay<input type ="radio" name="frag1">
b)Joe<input type ="radio" name="frag"><br>
c)John<input type ="radio" name="frag">
d)Johannes<input type="radio" name="frag">
hat jemand ne idee?
vielleicht mit IF.... THEN.... END IF oder so
Kommentar