@Tom
enter.php
quiz.phpPHP Code:Riddle Question Here:<br><br>
<form action="name.php" method="post">
Enter the Answer Here:<br><input type="text" size="30" name="answer"><br><br>
<input type="submit" value="Submit" name="Is it right?"
</form>
PHP Code:<?php
$answer = $_POST ['answer'];
if ($answer == null){
echo "You think i am thick enough to let you not answer? No chance mate";
}elseif($answer == "ANSWERHERE") {
echo "OMG YOU GOT IT. WD M8.";
}else{
echo "Ha you cant even get it noob!";
}
?>


Reply With Quote
I'm making something new now...



