Subversion Repositories JotaCrossVragenSysteem

Rev

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

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