Subversion Repositories JotaCrossVragenSysteem

Rev

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

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