Hi there,
I'm trying to store a WDDX packet in the memo field of a MySQL db. I'm running into problems with single quotes in the packet. I know of the magic_quotes directive but am unclear to which setting it should be. I tied both and neither work.
How can I insert this WDDX packet into the DB without manual replacing single quotes (with a search and replace string function)
Thanks in advance,
colin