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




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to