Login   Register  
PHP Classes
elePHPant
Icontem

Class: Request Data

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Joshua Townsend  >  Request Data  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Request Data
Base name: request_data
Description: Retrieve and process request parameters
Related classes: , , , ,
Version: 1.0
PHP version: 4.0
License: GNU General Public License (GPL)
All time users: 603 users
All time rank: 4088
Week users: 0 users
Week rank: 1753
Picture of Joshua Townsend
Author: Joshua Townsend <e-mail contact>
Packages: 3 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Age: 20
All time rank: 21725 in United States United States
Week rank: 160 Up16 in United States United States Up


  Detailed description  
This class can be used to retrieve and process request values from super-global variables.

It can retrieve request values from $_ENV, $_GET, $_POST, $_COOKIE, $_SERVER, $_REQUEST and convert the values to several data types: integer, boolean, strings, float.

The class can also retrieve request headers from $_SERVER variables with names that start with HTTP_ .

The class may also escape values for use in HTML pages to avoid cross-site scripting attacks, as well remove slashes from the values when magic quotes option is on.

 

  Groups  
Group folder image HTTP HTTP protocol clients, headers and cookies 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
Accessible without login Plain text file doc.txt Doc. Documentation on all methods
Accessible without login Plain text file example.advanced.php Example Example of more advanced use
Accessible without login Plain text file example.basic.php Example Example of basic use
Accessible without login Plain text file example.custom_modes.php Example Example of using custom modes to point to your own data
Plain text file request.class.php Class The main class

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