Posted by Janwillem Borleffs on 01/15/06 15:04
Jim Michaels wrote:
> actually, you don't need to do a base64_decode() on a blob if it
> wasn't encoded that way. if it's real binary data, all you need is
> stripslashes(). that's faster.
>
When you look closely to my example, you will notice that the binary data is
base64 encoded before it's stored in the session.
JW
[Back to original message]
|