How was a URL like http://stackoverflow.com/posts/1807421/edit created in PHP?

后端 未结 8 907
暖寄归人
暖寄归人 2021-01-23 06:10

When you edit a question on stackoverflow.com, you will be redirected to a URL like this:

https://stackoverflow.com/posts/1807421/edit

8条回答
  •  情歌与酒
    2021-01-23 07:06

    It's called routing. Take a look at tutorials on the subject.

    If you use a framework such as cake php it should be built in.

提交回复
热议问题