INPUT FILTER - README Form Processors PHP Script
INPUT FILTER - README Form Processors PHP Script
Any website that has html forms should really use some sort of `cleaning` process
to filter out malicious code, or simply unwanted html tags for style reasons.
This class can filter input of stray or malicious PHP, Javascript or HTML tags.
It can be used to prevent cross-site scripting (XSS) attacks.
It should be used to filter input supplied by the user, such as an HTML code
entered in form fields. You would create the filter object, configure it with your
own settings, then call its process method to clean the form input values.
Background
Download File
Comments
Post a Comment