开发者

email formatting [duplicate]

开发者 https://www.devze.com 2023-01-10 19:02 出处:网络
This question already has answers here: 开发者_StackOverflow Closed 12 years ago. Possible Duplicate:
This question already has answers here: 开发者_StackOverflow Closed 12 years ago.

Possible Duplicate:

MySQL or PHP is appending a  whenever the £ is used

I get the letter  when I send email using php mail...

it appear before £ sign..

can anyone help ?


Make sure to have the correct content type i.e mail($to,$subject,$message,"Content-type: text/plain; charset=UTF-8")

Hope this helps

0

精彩评论

暂无评论...
验证码 换一张
取 消