|
include "./admin/dbconn.inc"; mysql_query("update bbs set visit=visit+1 where no=".$no); $sql = "select * from bbs where no= ".$no; $res=mysql_query($sql); $data = mysql_fetch_object($res); $sql = "select * from bbs where article_no= ".$article_no." and display='list' order by no desc "; $res=mysql_query($sql); $total=mysql_affected_rows(); 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 = "발행인 코너"; } ?>
|