CodeCharge Studio

CCGetQueryString Function (PHP)

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.

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


On-line, printable versions and updates