Example #1
0
include 'php/histteammemb.php';
include 'php/histmatch.php';
include 'php/matchdate.php';
include 'php/season.php';
try {
    $seas = new Season();
    $seas->fromget();
    $seas->fetchdets();
} catch (SeasonException $e) {
    $mess = $e->getMessage();
    include 'php/wrongentry.php';
    exit(0);
}
try {
    $team = new Histteam($seas);
    $team->fromget();
    $team->fetchdets();
} catch (TeamException $e) {
    $mess = $e->getMessage();
    include 'php/wrongentry.php';
    exit(0);
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<?php 
$Title = "Historic Team {$team->display_name()}";
include 'php/head.php';
?>
<body>
<script language="javascript" src="webfn.js"></script>