10){
$txt = iconv('windows-1251', 'utf-8', $txt) . "
";
/* . '
Материал взят с сайта nix.ru
';*/
//$txt = '';
//echo 'UPDATE `oc_product_description` SET `description`="' . $txt . '" WHERE `product_id` = "' . $postrow[$x]['product_id'] . '"';
mysql_query('UPDATE `oc_product_description` SET `description`="' . $txt . '" WHERE `product_id` = "' . $postrow[$x]['product_id'] . '"' );
}
$x++;
endwhile;
?>