Rev 1 | Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo 'Hello World?';
?>
</body>
</html>