Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 3 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 4
Line 3... Line 3...
3
<body>
3
<body>
4
 
4
 
5
<h1>My first PHP page</h1>
5
<h1>My first PHP page</h1>
6
 
6
 
7
<?php
7
<?php
8
echo 'Hello World!';
8
echo 'Hello World!<br />';
-
 
9
include ("./revision.txt"); ?>
-
 
10
 
9
?>
11
?>
10
 
12
 
11
</body>
13
</body>
12
</html>
14
</html>