So, I'm a little new to PHP and was wondering if someone could please give me a simple yet indepth answer on the problem I am having..
Lets take a forum like such for example. When a user creates a new thread how does the site create a new page (their thread)? Usually, the URL will end up looking like http://www.(sitename).com/forum/77375 <- Post ID I assume. How would I make such a thing?
I have a site which requires users to submit an article and currently I have made it so the article information is sent to a database. Now I need to make it so a new page is made with a unique URL with their article on it.
I am using PHP with MySqli - Help is much appreciated :)