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
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
2 matches
Mail list logo