I host local organization - web and email. One+ member sends an email to the membership and there are option in the Subject line so it goes through a PHP script - bottom line "mail ($to, $subj, $msg, $headers);" My problem is that their MS email just can't resist inserting all sorts of formatting and when the incoming message gets copied in to the outgoing $msg -> wordsget runtogether, themessagel has "�"s inserted. Short of writing a ton of script to de-format the text is there a way to clean the incoming message?
thanks
thanks