Best way to add/change 1 GET value while keeping others?

Posted by John Isaacks on Stack Overflow See other posts from Stack Overflow or by John Isaacks
Published on 2010-06-03T14:35:19Z Indexed on 2010/06/03 14:44 UTC
Read the original article Hit count: 120

Filed under:

How can I make a link that justs adds or changes 1 GET var while maintaining all others?

I have a page that is 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. Whats the easiest way to have a link do that without reseting all the other vars?

I hope that makes sense, let me know if I need to further explain anything

© Stack Overflow or respective owner

Related posts about php