Club Standings
$xml = simplexml_load_file('HPClub.xml'); foreach($xml->HPClub as $Club) { echo "
".$Club->SumOfpoints."
".$Club->ClubName."
"; } ?>