include "../admin/dbconn.inc";
function getSubData($data, $length) {
$contents = substr($data,0, $length);
preg_match('/^([\x00-\x7e]|.{2})*/', $contents, $z);
$contents = $z[0];
$contents = str_replace("", "", $contents);
$contents = str_replace("
", "", $contents);
$contents = str_replace("
", "", $contents);
$contents = str_replace("
", "", $contents);
if($length>79) $contents=$contents." ...";
return $contents;
}
if($article_no=="1"){
$article_name = "미국역사 (American History)";
}else if($article_no=="2"){
$article_name = "법률 상식 (Common Law)";
}else if($article_no=="3"){
$article_name = "전국기사 (National News)";
}else if($article_no=="4"){
$article_name = "아세아계 기사 (Asian American News)";
}else if($article_no=="5"){
$article_name = "한인계 기사 (Korean American News)";
}else if($article_no=="6"){
$article_name = "이민사회 기사 (Immigrant Community News)";
}else if($article_no=="7"){
$article_name = "칼럼 모음 (Column Collection)";
}else if($article_no=="8"){
$article_name = "성공예절 (Etiquette for Success)";
}else if($article_no=="9"){
$article_name = "초기이민자교실 (For New Immigrants)";
}else if($article_no=="10"){
$article_name = "발행인 코너";
}else if($article_no=="11"){
$article_name = "baby_naming;";
}
?>