source: trunk/xgraph/test.php @ 42

Last change on this file since 42 was 42, checked in by marrucho, 10 years ago
File size: 306 bytes
Line 
1<html>
2    <head>
3        <title>Ma page d'accueil </title>
4    </head>
5    <body>
6        <h1>Bienvenue sur le site de toto </h1>
7        <p> Toto fait de l'anglais :</p>
8        <?php
9        echo '<p>Hello ! What is the day today ? It is '.date("l").' !</p>';
10        ?>
11    </body>
12</html>
Note: See TracBrowser for help on using the repository browser.