lets go
This commit is contained in:
parent
159b5334c4
commit
527ea6d966
@ -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>
|
Loading…
Reference in New Issue
Block a user