internetprogrammierung/entry.php

13 lines
116 B
PHP
Raw Normal View History

2018-05-26 14:33:15 +02:00
<!doctype html>
<html lang="en">
<body>
Deine Tan ist:
<?php echo $_GET["tan"]; ?>
</body>
</html>