Imagine having 5 rooms in your house and you are uploading pictures of each room.
The user selects the name of the room from a dropdown menu, loads unique images for that room and uploads them to the server. On the NEXT page, each picture loads and the user then enters a description of each image.
After the user has finished, the user is then sent back to the first form where he/she selects another room and repeats the process.
THE PROBLEM: When the second page loads (the one with the images on it) it loads the pictures from the first room. The URL is passing variables, so each time it loads, it SHOULD be showing new content. Any ideas why it does not refresh? The URL is correct, but the content that loads is not. How can I make it refresh so that it shows the new content?