A client's web host recently changed servers on them and it's broken some of the administrative tools. I'm providing a YUI WYSIWYG editor for them to create content on the site. The HTML content is now being "cleaned" by something before I get to it. For example, a link tag like
<a href="http://www.stackoverflow.com">
gets turned into
<a href=\">
Does this sound like a PHP server setting? If so, which one and can I control it via a php.ini file?