include("header.php"); ?> $teams = get_teams(); ?>
for ($i = 0; $i < count($teams); $i++) { ?> $team = $teams[$i] ?> if ($i % 2 == 0) { ?>
} ?>
=$team['name']?>
if ($team['points'] > 0) { ?> =$team['points']?> Total Points } else { ?> No points yet ... } ?>
if ($i % 2 == 1) { ?>
} ?> } ?>
include("footer.php"); ?>