I have this simple code:
<a href="subsc.php?English" class="price_button pb_red">Subscribe today</a>
when the user press on the a
tag it takes him to the page subsc.php?English
.
My question is how can i get the information after the ?
(which is "English" in this example)?