The pound symbol in my php file when is sent by email is converted to strange '」' symbol.
I have tried many different solutions but none seems to work.
Have tried tying replacing '£' with £ etc...
This is in my header:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
$message .= "Price Each: £".$row_get['price']. "\n";
mail($to1, $subject1, $message, $header1); // send the e-mail to customer
Thanks in advance