fin TP2
This commit is contained in:
10
TP/TP2_codes/test.php
Normal file
10
TP/TP2_codes/test.php
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body><h1>Test PHP </h1>
|
||||
<p>This is the PHP web page for this server.</p>
|
||||
<?php
|
||||
$date = date("d-m-Y");
|
||||
$heure = date("H:i");
|
||||
Print("Bonjour Nous sommes le $date et il est $heure");
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user