“;

for($counter = 0; $counter < 8; $counter ++) { foreach($xmlData->req0 as $req0) {
$team1 = $req0->row[$counter][“Team”];
$team1p = $req0->row[$counter][“P”];
$team1w = $req0->row[$counter][“W”];
$team1d = $req0->row[$counter][“D”];
$team1l = $req0->row[$counter][“L”];
$team1for = $req0->row[$counter][“F”];
$team1against = $req0->row[$counter][“A”];
$team1per = $req0->row[$counter][“PER”];
$team1pts = $req0->row[$counter][“PTS”];
}

print “

$team1 “.number_format($team1per,2).” $team1pts

“;
}

print “

“;
?>

Full Ladder