Ok I searched around all day but no real pointers for how to do this -I have been set a task to produce a web page that has a league table on it that is displayed with the headers:Team, Played, Won, Drawn, Lost, Overall Points.I will upload match results once a day via XML file styled like:\[code\]<?xml version 1.0"?><results><title>Results</title><result id="8675"><hometeam><name>name here</name><score>32</score></hometeam><awayteam><name>name here</name><score>32</score></awayteam></result><result id="8676">....</result></results>\[/code\]The rules are win 3 pts, draw 1 pts,lose 0 pts.My understanding of HTML is fine but above that things get dodgey, I can create SQL databases etc to hold the data but I have no idea how to access them and process the point system. I also don't know what to use jquery or PHP or what?I appreciate any help as I truly am lost and only have a few days to get this done