pm_set_gpc

Sets the specified variable to the global array of parameters passed in to a script via GET, POST, or COOKIE HTML method.

Syntax

pm_set_gpc ($name, $value)

Parameters

name

      A string value that specifies the name of a variable to set to the array of parameters received via GET, POST, or COOKIE.

value

      A string value to set to the specified variable in the array of parameters obtained via GET, POST, or COOKIE.

Returns

Nothing.

Include: pm.php.