I have a sports fansite which has a statistics page. I have the "per-game" data as well as "overall" data. I currently have to hand-type each set of data. I would like to use mysql and php to take the game data and have the overall data automatically updated from this.
Example:
Today's game (player, points, rebounds, assists, etc)
Season (player, points, rebounds, assists, etc).
New Season data = Old season data + today's game data
I want to just type in Today's data, and the Season data pdates from that.
How can I accomplish this? Any help appreciated.
P.S. I am a complete noob with php and mysql. I know excel and access pretty good, but my new server is LAMP.