Hello I'm new in this forum but i hope you understand what I trying to do.
<?php
$theanswer = 4;
$answer = $_POST['answer'];
if(isset($_POST['button'])){
if ($theanswer = $answer){
echo "Right the answer is 4<br>";
} else {
echo "Wrong try again!";
}
}
?>
2 + 2 is?
<form method="post"...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.