How can I update a url variable value? The url will look like that for example:
www.example.com/product.php?.........&page=1...........
I would like to change page value from 1 to 2, the reason that I typed dots instead of real url is since the url is dynamic and not static.
So how can I do that?how can I update and url variable value?
EDIT
I will refresh the page with the new value so the page will be re-filtered.