include("header.php"); ?> $teams = get_teams(); ?>

for ($i = 0; $i < count($teams); $i++) { ?> $team = $teams[$i] ?> if ($i % 2 == 0) { ?> } ?> if ($i % 2 == 1) { ?> } ?> } ?>

=$team['name']?>

if ($team['points'] > 0) { ?> =$team['points']?> Total Points } else { ?> No points yet ... } ?>
include("footer.php"); ?>