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