but it does affect. php script gets par1 as 1 but it does not get any other parameter
Wooops. Seems here is changes inverse 😛 the second line is something like
script.php=par=1& a m p ;par2=2
I have a problem. I’m writeng a plugin that generates a link to a script and it passes parametes to it in the form : script.php?opt=1&opt=2 and when it’s displayed it’s converted to script.php?opt=1&opt=2
is there any way to avoid this?