Storing Game scores

Okay, this is my problem,

I am doing kiddies software, in this software it allows kids to do a number of activities , jigsaws, numbers and letters games.

After each activity the child gets feedback, eg u completed this puzzle in x seconds.

now what i want is the child to be able to use the software, and for the software to store the childs scores for each activity.

I know a bit about flash, but not much on action scripting, I was thinking of , say after each activity the score being automatically put into a table eg mySQL table or something, and then say if a parent wants to look at the childs progress they can open up a page that displays the contents of the table.

Does anyone have any suggestion of how this might be achieved, or any other possible solutions?

Thanks

if u want to store the data locally use SharedObjects, kirupa.com has a tutorial on them, otherwise i would recommend php and mysql databe, which ive never used