Monty Python php file (not ready)
Monty Python quiz results
Your name is $name.Your quest is $quest.
HERE; print $reply; //determine if she's a witch $witch = false; //See if check boxes exist if(isset($_REQUEST["nose"])){ $witch = true; } if(isset($_REQUEST["hat"])){ $witch = true; } if(isset($_REQUEST["newt"])){ $witch = true; } if ($witch == true){ print "She's a witch!
\n"; } // end if ?>
Comments
Post a Comment