I'm coding a forum for one of the sites I maintain, and I'd like to ask the community's opinion. Should I code it one main page, index.php, and have it use includes like index.php?p=newthread or should I have multiple pages, i.e., index.php, newthread.php, attachment.php, etc.
What do you guys think is the best way to code this?