$secretNumber = 453; if ($_POST['guess'] == $secretNumber) { echo "Congratulations!!"; } else { echo "Sorry!"; }?>
Congratulations!!
Sorry!