I want to take the url generated from a dynamic web in to a php variable Suppose there is one adress in url
www.example.com/new/id=2
I want to take the parts new/id=2 in to a php variable.
same time that variable is able to take new/id=2&title=ARTICLE from
www.example.com/new/id=2&title=ARTICLE
Is there any tricks which can do that job?.