Skip to content

Instantly share code, notes, and snippets.

@kevinholler
Created January 6, 2012 19:47
Show Gist options
  • Save kevinholler/1572071 to your computer and use it in GitHub Desktop.
Save kevinholler/1572071 to your computer and use it in GitHub Desktop.
Testing something
<?php
echo $_SERVER['HTTP_HOST'];
echo PHP_EOL;
echo $_SERVER['REQUEST_URI'];
print_r($_SERVER);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment