This class acts a central place to retrieve user submitted data to a page access via the request, form inputs or cookies.
Instead of using the super-global variables $_POST, _$GET, $_REQUEST and $_COOKIE, this class can be used instead so the submitted data can be sanitized to prevent well known security attacks like cross-site scripting and SQL injections.
It may also check whether magic quotes option is enabled and eventually add escape slashes characters.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (81.8%) |
Sufficient (61.4%) |
Sufficient (65.9%) |
- |
- |
Not sure (58.4%) |
812 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| SQL Data |
Required |
Retrive data from access independent of GET or POST method |
| Link |
Description |
| phpCodeGenie |
Code Generator for PHP Database Driven applications |

If you know an application of this package, send a message to the
author to add a link here.