I'm working right now at present to make a quiz page to my friends about firefighter training. and I'm thinking about whether I can do it with javascript or should I do it with php?. where there are about 140 questions but I will start to build so there are only 10 questions to start with :)
I never try to do anything like that before so hope you can help me to the right and explain to me how to do it and help me further.
I think such a little like this:
<?php
if(isset($_POST["ok"] == 1)
{
echo "TRUE!";
}
elseif(isset($_POST["ok"] >= 1)
{
echo "FALSE!";
}
?>
<form action="#" method="post">
<input type="checkbox" name="1" /><p>Bla bla bla</p>
<input type="checkbox" name="2" /><p>Bla bla bla</p>
<input type="checkbox" name="3" /><p>Bla bla bla</p>
<input type="submit" name="ok" value="Ok" />
</form>
It's probably not such but it must be such clicks on Mon such as it is true then it must be in it or look like in the still hope you can follow me in what I would like to have built?