Subversion Repositories JotaCrossVragenSysteem

Rev

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