Skip to content

Instantly share code, notes, and snippets.

@ranm8
Created October 7, 2012 21:47
Show Gist options
  • Save ranm8/3849717 to your computer and use it in GitHub Desktop.
Save ranm8/3849717 to your computer and use it in GitHub Desktop.
<?php
if (isset($_GET['hi'])) {
echo 'hi';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment