Possible Duplicate:
Change single variable value in querystring
I'm retrieving the current URL:
http://example.com/?s=original&fq=category
and now I want to insert an additional argument for the s=
s=original+additional&fq=category
If anyone knows this off the top of their head it would be greatly appreciated!
EDIT:
This is in a PHP WordPress environment. I'm tempted to stick with PHP Regex because I'm not sure how to use jQuery/js