WebCalendar's functions to retrieve Predefined Variables
See http://www.php.net/manual/en/reserved.variables.php for a complete description and examples
Gets the value resulting from an HTTP GET method.
Since this function is used in more than one place, with different names, let's make it a separate 'include' file on it's own.
Note: The return value will be affected by the value of magic_quotes_gpc in the php.ini file.
If you need to enforce a specific input format (such as numeric input), then use the () function.
Gets an integer value resulting from an HTTP GET or HTTP POST method.
Note: The return value will be affected by the value of magic_quotes_gpc in the php.ini file.
Gets the value resulting from an HTTP POST method.
Note: The return value will be affected by the value of magic_quotes_gpc in the php.ini file.
Gets the value resulting from either HTTP GET method or HTTP POST method.
Note: The return value will be affected by the value of magic_quotes_gpc in the php.ini file.
Note: If you need to get an integer value, you can use the getIntValue function.
Documentation generated on Thu, 10 Jun 2010 17:08:26 -0400 by phpDocumentor 1.4.3