Hi there
I am very new to PHP but have the task of writing an application to handle game stats for my american football website.
I basically want to hold stats for each player in a database. Then after a game, I want to have a form where I enter the relevant player's stats for that game, submit it and the application takes existing data from the website, adds the new stats to it and then re-uploads it.
Is this the long way around? Or should I just have each game for that person as a seperate record in the database then when i want to output the stats... just add them up 'on the fly' and output them.
Anyones suggestions would be really appreciated here.
Many thanks.
James