CodeCharge Studio

CCRemoveParam Function (PHP)

Description

Removes a parameter from the GET query string.

Syntax

CCRemoveParam(QueryString, ParameterName)

Return value

String

Parameters

Name Type Description Required
QueryString String Query string from which the parameter is removed. Yes
ParameterName String Name of the parameter to remove Yes

See also:

CCAddParam function


On-line, printable versions and updates