Skip to content

Instantly share code, notes, and snippets.

@pageman
Created September 10, 2011 06:48
Show Gist options
  • Save pageman/1208037 to your computer and use it in GitHub Desktop.
Save pageman/1208037 to your computer and use it in GitHub Desktop.
Hello World
<?php
echo "Hello World";
// you can also use a print statement here
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment