Subversion Repositories JotaCrossVragenSysteem

Rev

Rev 4 | Rev 6 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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