CodeCharge Studio

CCGetQueryString Function (Perl)

Description

Retrieves a GET, POST or both (depending on the first parameter) input parameters value. If the RemoveParameters array contains the names of parameters, then they will be removed from the resulting string.

Syntax

CCGetQueryString(CollectionName, RemoveParameters)

Return value

String

Parameters

Name Type Description Required
CollectionName String Name of the parameter to retrieve. Possible values:
"Form"Retrieves a POST input parameter value
"QueryString"Retrieves a GET input parameter value
"All"Retrieves a GET and POST input parameter value
Yes
RemoveParameters Array Array of parameter names which will be removed from the resulting string. Yes


On-line, printable versions and updates