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 ?
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