When you edit a question on stackoverflow.com, you will be redirected to a URL like this:
https://stackoverflow.com/posts/1807421/edit
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.