Re: [PHP] Encode/Decode Problem

2001-05-11 Thread Sean Cazzell
> I have a " in the middle of the encoded string. How can I solve this > problem? You need to use addslashes(). http://www.zend.com/manual/function.addslashes.php Regards, Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP] Encode/Decode Problem

2001-05-11 Thread Augusto Cesar Castoldi
I'm using encode/decode with PHP to crypt my database. Until now was OK, but I one string, and the MySQL return the string this (without the []...): [Oõ#M¼ô«~àý~Ô"bëÿ9S" Z ] The fact is I can't insert this encode string into MySQL table! My select: select decode("Oõ#M¼ô«~àý~Ô"bëÿ9S" Z ", "lP