Websites like reddit, youtube, quora and even stackoverflow create a new page for every new question/post/video that users submit/upload. How do they do that? I'm expecting they use php and MySQL. Could somebody roughly tell me how it's done?
An example would be this question that I now asked.
stackoverflow.com/questions/51026958/how-do-certain-websites-create-new-pages-when-you-submit-a-post-video
Shortly: How do i create an unique url for every post with php and mysql on my website?