This commit is contained in:
Samuel 2024-08-23 14:36:46 +02:00
parent 8674f3dc75
commit 6094851db2
2 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,12 @@
echo '<strong>Du fick '.$points.' av 2 möjliga</strong>'; echo '<strong>Du fick '.$points.' av 2 möjliga</strong>';
$hello = $_GET['id'] $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> </body>
</html> </html>

View File

@ -6,6 +6,6 @@
<title>StartSida</title> <title>StartSida</title>
</head> </head>
<body> <body>
<a href="Moment-0/index.php">Moment-0X</a> <a href="Moment-0/index.php">Moment-0</a>
</body> </body>
</html> </html>