/includes/formvars.phpWebCalendar's functions to retrieve Predefined Variables
See http://www.php.net/manual/en/reserved.variables.php for a complete description and examples
getGetValue (line 52)
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.
getIntValue (line 121)
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.
getPostValue (line 25)
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.
getValue (line 84)
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