Learn to Code
John F. Dumas
contact me | resume | how it works | example programs | testimonials | main page

PHP - User Ratings


► Problem Description: For this problem, we first want to identify the user id numbers of all users who ranked the movie "Witness For The Prosecution" a 5. There are 2,406 such users.

Next, for each of those 2406 users, we need to get a list of all titles rated by that user and the rating for each title. If (for example) the user id for a user was '96441', then we want to create a file:


Source Code


Back to Example Program Index


© John F. Dumas | johnfdumas@gmail.com | main page | top of page