Subversion Repositories JotaCrossVragenSysteem

Rev

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

Rev 5 Rev 6
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: ' + include ("./revision.txt"));
10
include ("./revision.txt"));
10
 
11
 
11
?>
12
?>
12
 
13
 
13
</body>
14
</body>
14
</html>
15
</html>