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