It's been a while since I've been heavy into webdev and I have a question about ?id=.
The website in question is not using a typical silo structure, as in: "example.com" > "example.com/about" > "example.com/contact" and so on, rather every page is using the same url, only changing the number at the end.
For example: Homepage = "example.com/index.php?id=0" about page = "example.com/index.php?id=1" contact page = "example.com/index.php?id=2" and so on.
My question is how exactly is the content being stored and called? each page is different but the url for every page is "example.com/index.php?id=*".
the website owner is looking for someone to update some info on the site and before I put myself forward for the task I thought it better to ask here first so I know what I'm getting into. I'm sure it's a task I can manage but as stated above, it's been a while and I'd rather not under estimate the work.