Detta är jättekul

This commit is contained in:
Ida Wedberg 2024-08-30 15:38:01 +02:00
parent f42ecc0208
commit 9c30b459ab

View File

@ -7,16 +7,8 @@
</head>
<body>
<h1>PHP nej</h1>
<h1>NEJ!!!!!!!</h1>
<?php
$x = 1;
$y = 2;
$sum = $x + $y;
echo "<p>$x + $y = $sum</p>";
?>
</body>
</html>