This commit is contained in:
Samuel 2024-08-23 14:41:42 +02:00
commit c6d1d90c49

View File

@ -19,6 +19,12 @@
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>';
echo '<p>Det här är ett test</p>';
?>
</body>
</html>