-
HTTP POST and GET request variables can be traversed and several operations can be performed to filter their values with Super Global Secure Class.Currently Super Global Secure Class strips slashes, encode HTML entities, replace script tags and escape values for use in MySQL database queries.Requirements:PHP 4.0 or higher
-
The arrays of request super-global variables, $_GET, $_POST, $_REQUEST and $_COOKIE, are traversed.User Input Sanitation escapes the values of the request variables add escape slashes characters to quotes, backslashes and NUL characters, so the values can be used in database queries without further escaping.Simple logic and methods are used to clean malicious input and make database interaction a bit safer.Requirements:PHP ...
-
Form Checker provides several classes to sanitize and validate text data that represent values of several types of data.Form Checker can validate values as not empty or with a minimum and maximum length, according to regular expressions, as integers, that starts or not start with a given prefix, does not match a given list of values, as an e-mail address, ...
-
Add and strip slashes recursively class adds and strips slashes from strings in arrays recursively.

