How can I create a link that simply adds or modifies 1 GET var while keeping everyone else?
I have a page created using different GET vars.
So it will be like mypage.php?color=red&size=7&brand=some%20brand
So, I want to have a link that sets it to page = 2 or size = 8. What is the easiest way to have a link to do this without transferring all the other options?
I hope this makes sense let me know if I need to explain something else
source
share