encoding of =1 in emails

Posted by Maenny on Stack Overflow See other posts from Stack Overflow or by Maenny
Published on 2010-05-08T13:44:30Z Indexed on 2010/05/08 13:48 UTC
Read the original article Hit count: 275

Filed under:
|
|

Hi folks,

I have probably a stupid problem. In a script I generate a URL with GET parameters, something like 'www.mydomain.com/index.php?item=1234'. This URL will be sent by PHP through mail() in an UTF-8 encoding (the scriptfile itself also is utf-8). Now each time I have the GET-Parameter with two numbers after the '=' the URL in the email looks like 'www.mydomain.com/index.php?item?34' with a rectangle instead of '=12'. I am sure there is an easy way to fix this?

Thanks in advance,

Maenny

© Stack Overflow or respective owner

Related posts about encoding

Related posts about mail