ok, further explanantion.
i have a user table that contains the id, username, email, etc. A basic profile table.
i also have a table that contains a list of matches, dates, score, etc.
i would like to be able to award each player points for playing in matches, and be able to show the player which matches they played in.
So i thought i would create a table for each player, and then insert into that table the match id of each match the person has played. Aswell as doing this for matches i wanted to do it for practices and some other things, so each player would have a table of matches/practices/whatever that they have played in.
then from that table, which would include points for each match/practice i could calculate the total points each use has and insert it into there profile