i have set the php and html to UTF-8 and in my email the A£ still appears, i dont know what im doing wrong. Please ask for any code, instead of covering your screen with pointless code i thought it better if you ask what code you need
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to send a header indicating to the mail reader what character set you are using. The header for this is the same as in HTTP:
If you are using the regular mail function, put it with the fourth parameter (
$additional_headers):