When people build forums using PHP, is there a general “thread_page.php” that is populated with different information for different threads, or is each thread its own php file? This is a pretty important question that I need to figure out before I can move forward in my planning. If anyone has experience with planning something like this, let me know.
The same question applies to a “My Account” page. Is it a general page populated with different variables for the user, or is it a different page saved for EACH user.
I’m not looking for code or anything, but if anyone could give a brief overview of how people make user accounts work in PHP, that would be great.
Thanks!