Skip to content

Instantly share code, notes, and snippets.

@InFog
Last active August 29, 2015 14:27
Show Gist options
  • Save InFog/02994510f3af52505d1a to your computer and use it in GitHub Desktop.
Save InFog/02994510f3af52505d1a to your computer and use it in GitHub Desktop.
inputs.php
<?php
echo "\n*** Inputs ***";
echo "\n\nGET:"; print_r($_GET);
echo "\n\nPOST:"; print_r($_POST);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment