Off Topic > Off Topic
PHP in a nutshell
Otis Da HousKat:
Electrk.:
I mean... to be fair, it wasn't really meant to become an internet standard
it was just some dude's side project that somehow got popular
Headcrab Zombie:
--- Quote from: Zloff on August 10, 2017, 11:05:14 AM ---there is no check because the error is unfortunately the punchline
--- End quote ---
Well it's not a very funny punchline :(
MicroEDGE:
--- Quote from: Headcrab Zombie on August 10, 2017, 10:58:56 AM ---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 it
if(isset($_POST['sanity']))
echo $_POST['sanity'];
--- End quote ---
NERD
theviacom:
--- Quote from: Headcrab Zombie on August 10, 2017, 10:58:56 AM ---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 it
if(isset($_POST['sanity']))
echo $_POST['sanity'];
--- End quote ---
it was literally supposed to be a bad joke
--- Quote from: Otis Da HousKat on August 10, 2017, 11:43:09 AM ---
--- End quote ---
this