<?php include 'accesscontrol.php'; ?>
<html>
<head>
  <title> Members-Only Page </title>
</head>
<body>
<p>Welcome, <?=$_SESSION['username']?>! You have entered a members-only area
   of the site.</p>
<p><a href="logout.php">Logout</a></p>

</body>
</html>