there is no check because the error is unfortunately the punchline
Is this supposed to be a bad joke? Because this makes perfect sense to me?You'll want to throw in a check to make sure that key exists, instead of just assuming it does and echoing itif(isset($_POST['sanity'])) echo $_POST['sanity'];