Skip to content

Instantly share code, notes, and snippets.

@rmax
Created January 2, 2010 18:22
Show Gist options
  • Save rmax/267590 to your computer and use it in GitHub Desktop.
Save rmax/267590 to your computer and use it in GitHub Desktop.
<?php
echo "=== \$_GET===\n";
var_dump($_GET);
echo "=== REQUEST_URI ===\n";
var_dump($_SERVER['REQUEST_URI']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment