hi, i need to solve the following simple yet bothering problem: url of my page is like domain.com/?a=some_string&b=another_string how i can get some_string and another_string and print them on the page easily? thanks a lot!