Hi All,
some times we pass variables in the URL ...
so is there a way (even i dont know may be how many variable in the URL, or what are the variables builded in my URL so far) is there a way to make all the variables in an array $myvars[] ??
example:
$myvars= array("var1"=>"value1", "var2"=>"value2", ...etc);
please help ...