This commit is contained in:
Samuel 2024-08-23 14:38:28 +02:00
parent 527ea6d966
commit da39c47411

View File

@ -18,11 +18,7 @@
echo '<strong>Du fick '.$points.' av 2 möjliga</strong>';
$id = $_GET['id'];
$name = $_GET['name'];
$age = $_GET['age'];
echo '<p>Du är '.$age.' och heter '.$name.' och har id '.$id.'</p>';
?>
</body>
</html>