fungera
This commit is contained in:
commit
c6d1d90c49
@ -19,6 +19,12 @@
|
|||||||
echo '<strong>Du fick '.$points.' av 2 möjliga</strong>';
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user