Skip to content

Instantly share code, notes, and snippets.

@ranm8
Last active October 11, 2015 11:08
Show Gist options
  • Save ranm8/3849716 to your computer and use it in GitHub Desktop.
Save ranm8/3849716 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