include_once "../../conf/db.php";
include_once "../../conf/scripts.php";
include_once "../../conf/querys.php";
sql_plus_view($brdtype,$idx);
?>
친환경기업 모란식품
if (!$brdtype) $brdtype = "a";
if (!$idx) $idx = "113";
//sql_plus_view($brdtype,$idx);
$rst = sql_put_info($brdtype,$idx);
if ($rst[4] == 'html') {
$contents = $rst[3];
} else {
$contents = str_replace("&","&",$rst[3]);
$contents = str_replace("<","<",$contents);
$contents = str_replace(">",">",$contents);
$contents = str_replace("\"",""",$contents);
$contents = str_replace(" "," ",$contents);
$contents = str_replace("<br />","
",$contents);
}
$title = stripslashes($title);
if (!$rst[5]) $rst[5] = "없음";
?>