I am working on a web site that has a movie list. What I am looking to do is make it so the user can check of and rate the movies that they have seen. I have 2 different tables one for the users and one for the movies. This is my first attempt to have 2 tables link and as such I am not sure what the starting point on something like this. I want to use the movie ID as the identifier in the user profile. But I cant think of a good way to put that into the user database neatly.
成就