Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Minor stripinput function problem

Minor stripinput function problem
I've been reviewing how well the recently introduced stripinput function is performing. As I explained, the main reason for dropping the use of htmlentities (to strip out harmful html from certain elements) was to improve PHPFusion's adaptability for Eastern Languages. Work is ongoing to make PHPFusion ready for Eastern support, but during work I discovered a very small flaw.

The stripinput function fails to remove unneeded backslashes (that's \ not /), now this isn't really a problem, since stripslashes can override them, but, as I intend to bring in wc3 xml compliancy in the near future I want to address this now rather than later. So i'm working on an emergency patch to remove these unneeded slashes from your database.

Don't Panic! This is not a serious problem, just a minor irk that I personally would prefer to be ironed out.

Falk April 07 2004 19,404