GET POST protector
Package:
Summary:
Process GET and POST HTTP request values
Groups:
Author:
Description:
This class can be used to process GET and POST HTTP request values.
It can traverse the $_GET and $_POST arrays and encode its values.
The class can also retrieve the encoded request values after filtering the with given custom function and log discarded values into a MySQL database.
It can traverse the $_GET and $_POST arrays and encode its values.
The class can also retrieve the encoded request values after filtering the with given custom function and log discarded values into a MySQL database.
Comments are closed.