' . @$tovar[$i]['Описание'] . '

' . @$tovar[$i]['РасширенноеОписание'] . '

'; $check=DB::getValue("SELECT `id` FROM `tovar` WHERE `code`=? LIMIT 1", $insert['code']); if (!$check){ DB::add("INSERT INTO `tovar` (`code`, `artikul`, `title`, `txt`) VALUES (?, ?, ?, ?)", array( $insert['code'], $insert['artikul'], $insert['title'], $insert['txt'] )); $tovar_id=DB::getValue("SELECT `id` FROM `tovar` WHERE `code`=? LIMIT 1", $insert['code']); //Берем картинки $fotos=$tovar[$i]['Фотографии']['Фото1500']; for ($j=0; $j