Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created July 21, 2018 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpalmer/d088a8e9a9a6c9076034db1bba9864b2 to your computer and use it in GitHub Desktop.
Save matthewpalmer/d088a8e9a9a6c9076034db1bba9864b2 to your computer and use it in GitHub Desktop.
php hello world
<html>
<head>
<title>PHP Hello World!</title>
</head>
<body>
<?php echo '<h1>Hello World</h1>'; ?>
<?php phpinfo(); ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment