Skip to content

Instantly share code, notes, and snippets.

@mfairchild365
Created September 26, 2017 16:52
Show Gist options
  • Save mfairchild365/d8c8f5e54858e53614d43a3f8174a193 to your computer and use it in GitHub Desktop.
Save mfairchild365/d8c8f5e54858e53614d43a3f8174a193 to your computer and use it in GitHub Desktop.
<?php
//What is happening in the following scenarios?
//scenario 1
echo $_GET['test'];
//scenario 2
echo $_POST['test'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment