Hi,
I have a query string that looks something like this:
page=6&jid=3344
I'm getting some errors where the query string is coming out like this:
page=6=3344
I'm not sure why this is happening for some users. Is there a way for me to replace the second occurrence of the = sign in the bad query sring?
Thank you.
I have a query string that looks something like this:
page=6&jid=3344
I'm getting some errors where the query string is coming out like this:
page=6=3344
I'm not sure why this is happening for some users. Is there a way for me to replace the second occurrence of the = sign in the bad query sring?
Thank you.