This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"code": "Раздел A", | |
"name": "Сельское, лесное хозяйство, охота, рыболовство и рыбоводство", | |
"items": [ | |
{ | |
"code": "01", | |
"name": "Растениеводство и животноводство, охота и предоставление соответствующих услуг в этих областях", | |
"items": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
// НЕ ЗАБУДЬ ОТПРАВИТЬ НА ОБРАБОТЧИК ДАННЫЕ | |
// order.php?<? echo strstr($_SERVER['REQUEST_URI'],'?') | |
?> | |
<? | |
// ЛОГИРОВАНИЕ В ФАЙЛ | |
function writeToLog($data, $title = '') |