Posted by roN on 07/21/05 12:47
Hi,
how to decode umlauts in mail subject I get with:
$subject[$i] = $header->fetchsubject;
array_push($subject_arr, $subject[$i]);
I tried to decode with
html_entity_decode()
but it doesn't work :( but the body is decode okay with html_entity_decode()
why isn't the subject?
Thank you!
--
chEErs roN
I'm root. I'm allowed to do this! ;)
keep on rockin'
Navigation:
[Reply to this message]
|