On Tue, March 20, 2007 4:54 am, Delta Storm wrote:
Disclosure:
What I understand of Unicode could fit in a matchbook...
> I'm having problem with character encoding in PHP mail functions.
>
> CODE:
> $headers.= "Content-Type: text/html; charset=iso-8859-1";
> $headers .= "MIME-Versi
Hi.
Recently I have this kind of issue.
This is a possible solution:
$text="message text";
$subject="message subject";
$header="From: [EMAIL PROTECTED]".
"MIME-Version: 1.0\r\n".
"Content-type: text/html; charset=utf-8\r\n".
"Content-Transfer-Encoding: 8bit\r\n";
$subjec
2007. 03. 20, kedd keltezéssel 10.54-kor Delta Storm ezt írta:
> Hi,
>
> I'm having problem with character encoding in PHP mail functions.
>
> CODE:
> $headers.= "Content-Type: text/html; charset=iso-8859-1";
> $headers .= "MIME-Version: 1.0 ";
> $headers .= "Content-T
3 matches
Mail list logo