Skip to content

Instantly share code, notes, and snippets.

@dreftymac
Last active November 24, 2015 19:43
Show Gist options
  • Save dreftymac/ea64804ce0c345233452 to your computer and use it in GitHub Desktop.
Save dreftymac/ea64804ce0c345233452 to your computer and use it in GitHub Desktop.
helloworld.php
<?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