Quote
The PHP filters project (code named Nirvana) is designed to aid PHP developers in securing their web applications with proper input validation and sanitization. This library is composed of functions which used both whitelisting and blacklisting to sanitize/validate user input. The functions provided in this library when used correctly along with other secure programming practices can effectively eliminate most known and unknown vulnerabilities.
http://www.owasp.org/labs/phpfilters
