Skip to content

Instantly share code, notes, and snippets.

@setuix
Created May 5, 2014 02:03
Show Gist options
  • Save setuix/92f29dcf4a63f4bfbb5c to your computer and use it in GitHub Desktop.
Save setuix/92f29dcf4a63f4bfbb5c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment