They've answered correctly. All I had to do was create show.php, and based upon the query string (id=10), I pull up information. Saves up on a lot of coding, especially if you want to modify something.

VBForums has the example right there for you. You can do a forumdisplay.php?forumid=1, and a forumdisplay.php?forumid=3. The page stays the same, actions are different.

HTH