I want to pass parameters like www.example.com/user/1 where 1 is parameter which I normally would pass like www.example.com?user=1
I want to pass parameters like frameworks do. Also how will I fetch them in another page if I have multiple parameters? How would I know which parameter is which?
Can someone please guide me?