Programming Reference:Functions:CCGetQueryString

From CodeCharge Studio Community Wiki

Jump to: navigation, search

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

Location
Common

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 names which will be removed from the resulting string. Yes
Personal tools