What I would like to do is something like this.
1 - have a table for each player containing scores for each level which I can update as new scores arrive.
2 - Display the results for these tables per dream more or less the same as they are now on the page.
3 - Have 1 additional page with something like total scores/average scores etc for each player.
Also I want to do this in the simplest possible way which doesnt involve editing pages and pages of HTML all the time.
I have done a little reading on ASP/Excel and PHP/mySQL and while both of these appear to do the job I am not sure if there is an easier way. Anyone have any ideas?