I want to use fckeditor in an app where I normally htmlspecialchars() almost all content to the browser. However, clearly I can't do that now so I am wondering what filters people use to prevent XSS attacks, tables that don't close etc from being input by users?
Thanks for any suggestions. Looking for a PHP solution if possible.
Thanks for any suggestions. Looking for a PHP solution if possible.

RE: Prevent XSS attacks and other HTML
RE: Prevent XSS attacks and other HTML
RE: Prevent XSS attacks and other HTML