Compare commits

..

3 Commits

Author SHA1 Message Date
c6d1d90c49 fungera 2024-08-23 14:41:42 +02:00
6094851db2 init 2024-08-23 14:36:46 +02:00
8674f3dc75 init dev 2024-08-22 13:39:07 +02:00

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>