Rev 3 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
<body>
<h1>My first PHP page</h1>
<?php
echo 'Hello World!';
echo 'Hello World!<br />';
include ("./revision.txt"); ?>
?>
</body>
</html>