Last active
November 24, 2015 19:43
-
-
Save dreftymac/ea64804ce0c345233452 to your computer and use it in GitHub Desktop.
helloworld.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 | |
header("Content-Type:text/html; charset=utf-8"); | |
print "hello world"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment