Update of one of the previously created values of SMS campaign parameters.
smsCampaignUpdate(string $cid, string $name, mixed $value) : boolean
smsCampaignUpdate($cid, $name, $value); header("Content-Type: text/plain"); if ($api->errorCode){ echo "Unable to load smsCampaignUpdate()!\n"; echo "\tCode=".$api->errorCode."\n"; echo "\tMsg=".$api->errorMessage."\n"; } else { echo "SUCCESS! \n"; }