He has giving us the other pages we only need to do the index page. The progam is suppose to match presdents to there name. He is what I have so far
<?php
require_once "include/session.php";
$session = new Session();
if (!isset($session->valid)) {
require_once "login.php";
exit();
}...