I would like to go to the same url ex:
but simply change one of the variables such as
without knowing/changing the other variables.
Is there a way I can define
and refresh the page?
Thanks
Code:
index.php?name=Models&orderby=tempOrder&sub=mysub&othersub=myOtherSub
but simply change one of the variables such as
Code:
orderby=myModel
Is there a way I can define
Code:
$HTTP_GET_VARS['orderby']=myModel;
Thanks