Skip to content

Instantly share code, notes, and snippets.

@meehow
Created January 24, 2012 17:07
Show Gist options
  • Save meehow/1671192 to your computer and use it in GitHub Desktop.
Save meehow/1671192 to your computer and use it in GitHub Desktop.
<?php
if ($_GET) {
$id = $_GET['id'];
} elseif($argv) {
$id = $argv[1];
}
echo $id."\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment