aktuelle.kurse/oldies/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/PHP_Klasse1/Today.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02: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>