I am developing a rating program that will store a user's rating and associate it with their ID. I know how to do the code for taking care of the posted form data to insert into the database, but I wanted to know the best way to pass user information to my php script. The user ID is critical since it is used as a key in case they want to look at past ratings.