mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
14 lines
150 B
PHP
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>
|
||
|
|