Created
September 26, 2017 16:52
-
-
Save mfairchild365/d8c8f5e54858e53614d43a3f8174a193 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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