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