like im at http://www.mysite.com/thispage.php?black=acolour
and i need the whole thing in the variable not just the mysite.com/thispage.php
i need the variables. NOW the pages variable names will be changing so i cannot count on them being the same name like "black" everytime.
so far i have got
$fullurl = "http://www.mysite.com".$_SERVER[SCRIPT_NAME];
now can anyone help me get those get variables added to it? please?