Hello,
Why does xml_parse mess up when it encounters a 'magic quote'?
And what can i do to circumvent this problem? I am not in a position to change the setting in php.ini (virtual server), so I have to code my way around it.
Do I have to write my own xml parsing routine?