CodeCharge Studio

CCAddParam Function (PHP)

Description

Adds a parameter with the specified value into the GET query string. If the parameter with the specified name exists then its value is changed for ParameterValue.

Syntax

CCAddParam(QueryString, ParameterName, ParameterValue)

Return value

String

Parameters

Name Type Description Required
QueryString String Query string to which the parameter is added. Yes
ParameterName String Name of the parameter. Yes
ParameterValue String Value of the parameter. Yes

See also:

CCRemoveParam function, CCGetQueryString function


On-line, printable versions and updates