Many pages, for example this one, use PHP ID's in the URL (correct me if I'm wrong!) to store and differentiate pages/information. The page I linked has its own ID that refers to the information in the support database that is required. How does someone go about creating that kind of setup? Where is the data for each question stored, in a database?
If I want to create a system where a page has info brought to it depending on a "user ID" such as php?userid=1
, what is this process called?
I am not looking for a detailed answer telling me how to do the above process, but more I would like to clear up what I need to learn to achieve it. If I need to explain better please let me know and I'll edit my question so that it can benefit others, not just myself.