threadr.lostcave.ddnss.de/content/login/redirect.php

10 lines
173 B
PHP
Raw Normal View History

<html>
<head>
<title>ThreadR</title>
</head>
<body>
<h1>ThreadR</h1>
<?php $username = $_GET['username'];
echo "Welcome back, $username";?>
</html>