Skip to content

Instantly share code, notes, and snippets.

@rubensayshi
Created March 29, 2011 14:24
Show Gist options
  • Save rubensayshi/892442 to your computer and use it in GitHub Desktop.
Save rubensayshi/892442 to your computer and use it in GitHub Desktop.
<?php
echo "Hello " . (isset($_GET['name']) ? $_GET['name'] : "World") . "!";
?>
@rubensayshi
Copy link
Author

commenting ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment