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.
|
|
| Name: |
requestUtils |
| Base name: |
pcgrequestutils |
| Description: |
Retrieve and sanitize user submitted request data |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
2243 users |
| All time rank: |
1538 |
| Week users: |
0 users |
| Week rank: |
1318  |
| |
|
| 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%) |
952 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| SQL Data |
Required |
Retrive data from access independent of GET or POST method |
| |
Applications that use this class |
|
|
| 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.
| |
Files |
|
|