Posted by Malcolm Dew-Jones on 10/27/86 11:23
p2 (anonbox@gmail.com) wrote:
: Thank you all,
: Eventually I did is:
: $mail_msg .= "\nbegin 644 $filename\n";
: $mail_msg .= convert_uuencode("$string");
: $mail_msg .= "\n`\nend";
: But this work with PHP5 only. The function convert_uuencode is new.
It also assumes that the mail client does uudecoding. Since uu(en/de)code
is not a standard, you cannot be sure it will always do what you wish.
If possible you should use MIME encoding.
--
This space not for rent.
Navigation:
[Reply to this message]
|