Change the psud theme.
[hacks/simpleWebSlides.git] / unix_prog_web / password2.php
1 <html>
2   <body>
3  <?php
4 if (isset($_POST["name"])) {
5         echo "Bonjour, " . $_POST["name"];
6 };
7
8 ?>
9   </body>
10 </html>