scoreResult(); if ($score) { // This happens if the user passes the game. In this case, // we're just displaying a congratulatory message. echo "Congratulations: you are a human!"; } else { // This happens if the user does not pass the game. echo "Sorry, but we were not able to verify you as human. Please try again."; } } ?>