Skip to content

Instantly share code, notes, and snippets.

@jakekarnes42
Created August 11, 2019 18:42
Show Gist options
  • Save jakekarnes42/5ade22c27feec35f5551af76a4027c32 to your computer and use it in GitHub Desktop.
Save jakekarnes42/5ade22c27feec35f5551af76a4027c32 to your computer and use it in GitHub Desktop.
Simple PHP hello world
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment