no ... i think you missunderstand me ...
some times i dont know how many variables in the URL, because my program creates the variables in the URL dynamically, so some times, there is 6 or 3 variables ...
so i cant guess all of them and do GET them to my page ...
what i wanted to do is to get the address all of it, as it is with all what it contains of variables and make it a string and replace some thing in it ...
and redirect the browser with new variables values ...
as example ...
str_replace($nowurl,"lang=en","lang=gr");
some thing like htis, so i know how to get a variable from URL, but i dont know how to get the whole peice of address ...
can you help on this .. ?