2020-02-19 10:05:03 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ThreadR</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>ThreadR</h1>
|
2020-02-19 10:13:28 +01:00
|
|
|
<?php $username = $_POST['username'];
|
2020-02-19 10:10:53 +01:00
|
|
|
echo "Welcome back, $username";?>
|
2020-02-19 10:05:03 +01:00
|
|
|
</html>
|