Skip to content

Instantly share code, notes, and snippets.

@zayfod
Last active December 20, 2015 12:09
Show Gist options
  • Save zayfod/6128581 to your computer and use it in GitHub Desktop.
Save zayfod/6128581 to your computer and use it in GitHub Desktop.
PHP "hello world" program. #php #hello
<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment