Security: PHP Input Filter
Daniel Morris (contact me)
This class can filter input of stray or malicious PHP, Javascript or HTML tags and 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.
I have tried to make this class as easy as possible to use. You have control over the filter process unlike other alternatives, and can input a string or an entire array to be cleaned (such as $_POST).
** SQL Injection feature has been added.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (93.4%)
| Good (87.5%)
| Good (85.5%)
| Good (88.9%)
| -
| -
| Sufficient (72.9%)
| 87 |
Click here for detailed information about this class on phpclasses.org