I'm working on a website that eventually will have thousands of pages. Usually the sites I make are a lot smaller than that, and I design all the pages individually. However, for this job that is obviously not an option.
I know that you can do this somehow in PHP, for example, you see this a lot: index.php?page_id=xx
Can someone explain to me how exactly this works? I know only a tiny bit PHP, but I'm sure I can figure it out, I just don't know where to start.
Thanks.