i have some PHP code, which send a mail, and i need the subject to contain the ASCII code for Ø which is Ø but if i just input it in my php scipt, it just send me Øand not Ø..
Mime is set along with charset..
$header = "Content-Type: text/html;charset=iso-5589-1" . "\n"; <br />
$header .= "MIME-Version: 1.0" . "\n";
try this