Subversion Repositories JotaCrossVragenSysteem

Rev

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

Rev 6 Rev 7
Line 4... Line 4...
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!<br />';
8
echo 'Hello World!<br />';
9
echo ('Revision: ');
9
echo 'Revision: ';
10
include ("./revision.txt"));
10
include ("./revision.txt");
11
 
11
 
12
?>
12
?>
13
 
13
 
14
</body>
14
</body>
15
</html>
15
</html>