From 527ea6d9660374022c97b6b8a869f7e9067ce968 Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 23 Aug 2024 14:22:01 +0200 Subject: [PATCH] lets go --- www/public/Moment-0/result.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/public/Moment-0/result.php b/www/public/Moment-0/result.php index d88d386..84ef560 100644 --- a/www/public/Moment-0/result.php +++ b/www/public/Moment-0/result.php @@ -18,7 +18,11 @@ echo 'Du fick '.$points.' av 2 möjliga'; - $hello = $_GET['id'] + $id = $_GET['id']; + $name = $_GET['name']; + $age = $_GET['age']; + + echo '

Du är '.$age.' och heter '.$name.' och har id '.$id.'

'; ?> \ No newline at end of file