Current Path : /home/bitrix/ext_www/vebmarket.yacl.site/ |
Current File : /home/bitrix/ext_www/vebmarket.yacl.site/locus_test.php |
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");?> <? // echo 123; $locusdb = Bitrix\Main\Application::getConnection('locus'); $locusdb->query("SET NAMES 'utf8'"); $locusdb->query("SET CHARACTER SET 'utf8'"); $res = $locusdb->query('select * from okved_data where code in (\'71.12.1\') limit 1'); okp($res->fetch()); ?> <?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");