include '../headers/header2007.php'; if (isset($_SESSION['login'])) { $login = $_SESSION['login']; } require 'config.php'; include 'mysql_connect.php'; $link = mysql_connect ($db_hostname, $db_username, $db_password) or die ("Unable to connect to database."); $PHP_SELF = $_SERVER['PHP_SELF']; print "
\n"; include 'footballgames.php'; print "
\n"; print "Add Or Remove Listing\n"; print "
\n"; #include '../tickets/stubhub.php'; print "
\n"; include 'gamequery2.php'; include '../headers/footer2007.php'; ?>