I found the problem, I was running mysqli_real_escape_string before I purified the data. Sorry for wasting your time, thanks for this brilliant library! Quick Q, Do I still need to use mysqli_real_escape_string after running ->purify as its going into a DB? As for the name, I already have a $config array but yes you are correct, it is a rubbish name lolby isedeasy - Support
Hi Thanks for your quick reply. When you say magic quotes do you mean the setting in my php.ini file? If so they are already turned off.by isedeasy - Support
Hi guys Starting to pull my hair out here, probably just being a n00b... I am integrating tinymce into a site and I want htmlpurifier to make sure no nasty input is added whilst allowing pretty much all HTML. I only want to disable script tags. I am getting stuck on the first hurdle, tinymce uses inline styles to underline, strikethrough etc but HTMLpurifier is removing the style attribute. Iby isedeasy - Support