The list of raw materials below is the raw materials developed and sold by our company. For raw materials that you want to purchase, please click the Contact button below to consult with our company before proceeding.
function get_co_content($co_id='privacy'){
$content_table = G5_TABLE_PREFIX.'content';
$row=sql_fetch("select co_content from $content_table where co_id='$co_id'");
return $row[co_content];
}
?>