Skip to content

Instantly share code, notes, and snippets.

@jcreager
Last active May 2, 2016 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreager/19e3aadb7f248a3a7033d22f0947fcb7 to your computer and use it in GitHub Desktop.
Save jcreager/19e3aadb7f248a3a7033d22f0947fcb7 to your computer and use it in GitHub Desktop.
Hello World! in PHP
<?php
print 'Hello World!'
//or
echo 'Hello World!'
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment