How to forward parameter without &
-
Hello,
I want to forward a parameter value to my pretty links, without specifying the key. For example, the outgoing link could be:
This forwards to the affiliate link like this:
http://affiliatesite.com/?somekey=&value
I don’t want the &
The reason for doing this is that “somekey” can vary by affiliate link, so I want to hardcode that in each pretty link, instead of passing it through.
Is that possible?
I can program PHP so if you tell me which file I can edit the regex or add a str_replace/preg_replace for the final & in the URL, that would work too.
Thanks.
The topic ‘How to forward parameter without &’ is closed to new replies.