This commit is contained in:
Henrik Bygren 2023-08-21 13:27:17 +02:00
parent 3efef1bdf6
commit fbd1eadd07

View File

@ -7,12 +7,12 @@
</head>
<body>
<h1>Webbservern fungerar NY VERSION!</h1>
<h1>Webbservern fungerar NY VERSION 3!</h1>
<p><strong>Denna sida (index.php) skall bytas ut.</strong></p>
<?php
$date = date("Y-m-d");
$v = 2.0;
$v = 3.0;
print "<p>Version $v</p>";
echo "<h2>Hej PHP dagens datum: $date</h2>";