Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created November 23, 2010 17:10
Show Gist options
  • Select an option

  • Save rdegges/712121 to your computer and use it in GitHub Desktop.

Select an option

Save rdegges/712121 to your computer and use it in GitHub Desktop.
My first PHP page :)
<html>
<head>
<title>My Test PHP Page!</title>
</head>
<body>
<?php echo "<p>My first dynamic website!</p>"; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment