<form action="https://smsc.ru/sys/send.php?login=login&psw=password&phones=phone&mes=code&call=1" method="post" id="form_check_phone">
<input type="submit" value="Отправить" name="check_phone">
</form>
foreach ($_POST['active_ch'] as $key => $id) {
$active_id[] = $id;
$obEl = new CIBlockElement();
$boolResult = $obEl->Update($id, array("ACTIVE" => 'Y'));
}
$obEl = new CIBlockElement();
$boolResult = $obEl->Update($id, array("ACTIVE" => 'Y'));
"workbench.iconTheme": "vscode-icons",
"liveServer.settings.donotShowInfoMsg": true,
"editor.wordWrap": "on",
"vsicons.dontShowNewVersionMessage": true,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1627432047781,
"security.workspace.trust.untrustedFiles": "open",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.codeActionsOnSave": null
сейчас написала работает, не знаю в чём проблема была...
+ документацию не дочитала, спасибо за полезные ссылки