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~~"b9S" Z ]

The fact is I can't insert this encode string into MySQL table! My select:

select decode("O#M~~"b9S" Z ", "lPi1QzB5%!.dC;@");

I have a " in the middle of the encoded string. How can I solve this
problem?

regards,

Augusto Cesar Castoldi





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to