aktuelle.kurse/m133/4_Modulinhalte_und_Uebungen/03 PHP Grundlagen/PHP_Klasse1/Today.php
Harald G. Mueller a63a769c98 muh
2022-02-23 22:44:33 +01:00

14 lines
150 B
PHP

<html>
<head>
<title>Today is Date</title>
</head>
<p>Today's Date to this Web Server is
<?php
echo( date("l, d M Y.") );
?></p>
</body>
</html>