Last active
May 2, 2016 05:31
-
-
Save jcreager/19e3aadb7f248a3a7033d22f0947fcb7 to your computer and use it in GitHub Desktop.
Hello World! in PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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