Compare commits

..

No commits in common. "c6d1d90c497224064de43877317ac139b34a5e63" and "da39c47411f7f8281d9af3aa85b0e65b3acf09b4" have entirely different histories.

View File

@ -19,12 +19,6 @@
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>