Hello all I have made a login page for my site using php. On one of my php pages I have created a flash quiz that stores it’s score in a mysql database via actionscript 3 and php. At the moment the quiz just saves it’s score to a table with two fields labelled: score, percentage. I want to add some thing to the table like ‘user’ as well as score and percentage. However, I do not know hot to capture the user’s id from the php page that the quiz is on to store it in the table with the score from the quiz. Can anyone help please?