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

2002-02-06 Thread Analysis and Solutions
Hey Petr: > 2) I realize that in string obtained by fread() the following characters are > changed: > #0 () -> #92#48 (\0) > #34 (") -> #92#34 (\") > #39 (') -> #92#39 (\') > #92 (\) -> #92#92 (\\) WAIT A SECOND! You've got the magic_quotes_runtime configuration

[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