Skip to content

Instantly share code, notes, and snippets.

@neojou
Created April 19, 2014 03:02
Show Gist options
  • Save neojou/11072638 to your computer and use it in GitHub Desktop.
Save neojou/11072638 to your computer and use it in GitHub Desktop.
PHP helloworld
<?php
header("Content-Type:text/html; charset=utf-8");
echo "Hollo world!";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment