[PHP] RE: RE: Sending MIME emails with base64 encoded attachments

2002-02-06 Thread Svarc, Petr
Title: RE: RE: Sending MIME emails with base64 encoded attachments FINAL SOLUTION! Hello Ok. It's me, the last time :-) > Let say I have a small 4byte file with content "AB#0C" > (ascii: #65,#66,#0,#67) > I load it (using binary save fread into $txt) > When I try to get third character

[PHP] RE: Sending MIME emails with base64 encoded attachments

2002-02-06 Thread Svarc, Petr
Title: RE: Sending MIME emails with base64 encoded attachments Hello. That's me, again. I found a reason of my problem..not solution. PHP use Cstyle string, where end of string si #0. Let say I have a small 4byte file with content "AB#0C" (ascii: #65,#66,#0,#67) I load it (using binary

[PHP] Sending MIME emails with base64 encoded attachments

2002-02-06 Thread Svarc, Petr
Title: Sending MIME emails with base64 encoded attachments Hello there My base64 encoded attachments in MIME emails come corrupted. I using PHP4 on SuSe Linux. I'm sending an MIME email (I generatate all the headers and so on) with attachments. The first part is7bit text, 2nd part is mime-