I have with an unwanted replaced, and not able to figure out how to fix it.
When you echo
the following string
in PHP
echo('?hash=123&rid=111×tamp=123');
The output is:
?hash=123&rid=111×tamp=123
Note that ×tamp
has been replaced with ×tamp
I tried to escape it by using \×tamp
but that doens't work.
How can I prevent PHP replacing this?
You can reproduce this error online using http://phptester.net/