Skip to content

Instantly share code, notes, and snippets.

@mheadd
Created February 14, 2010 21:59
Show Gist options
  • Save mheadd/304288 to your computer and use it in GitHub Desktop.
Save mheadd/304288 to your computer and use it in GitHub Desktop.
<?php
include('my/local/directory/php-lib/init.php');
$text = "Hello world!";
$p = <p>{$text}</p>;
echo <html>
<head>
<title>{$text}</title>
</head>
<body>{$p}</body>
</html>;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment