Login   Register  
PHP Classes
elePHPant
Icontem

Class: User Input Sanitation

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of nirmit  >  User Input Sanitation  >  Download .tar.gz .zip  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: User Input Sanitation
Base name: sanitize
Description: Escape values of request variables
Related classes: , , ,
Version: 1.0
PHP version: 3.0
License: GNU General Public License (GPL)
All time users: 1188 users
All time rank: 2604
Week users: 3 users
Week rank: 1216
Picture of nirmit
Author: nirmit <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: India India - PHP jobs in India
Age: ???
All time rank: 165590 in India India
Week rank: 994 Up70 in India India Up


  Detailed description  
This class can be used to escape values of request variables.

It traverses the arrays of request super-global variables $_GET, $_POST, $_REQUEST and $_COOKIE.

The class 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.

As I have closely watched PHPClasses for a long time now, I must say that I never saw a class which is simple yet very effective in sanitizing user input which is a major security concern for every web application. I have used simple logic and methods to clean malicious input and make database interaction a bit safer.

 

  Groups  
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file class.sanitize.php Class This is the class file which does all the sanitation work.
Plain text file example.php Example This is a working example of the class

Download all files: sanitize.tar.gz sanitize.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.