This commit is contained in:
Samuel 2024-08-23 14:22:01 +02:00
parent 159b5334c4
commit 527ea6d966

View File

@ -18,7 +18,11 @@
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>';
?> ?>
</body> </body>
</html> </html>