> ".$news_a[board_name]; ?>

:::::::::: ±â»çÁغñÁßÀÔ´Ï´Ù. ::::::::::
"; } else{ print ""; #------- ´º½ºÃâ·Â $query="select * from $board where id='$id' order by id"; $news_db=mysql_query($query); query_chk($news_db,"news_db select error"); $news=mysql_fetch_array($news_db); #------- ´º½º Á¶È¸¼ö Áõ°¡ $r_num=$news[r_num]+1; $query="update $board set r_num='$r_num' where id='$id'"; $news_update=mysql_query($query); query_chk($news_update,"news_update error"); if($news[email]){ $name="[$news[name]]"; } else{ $name="[$news[name]]"; } if($news[up_filename]){ switch($news[pic_location]){ case("left") : $pic=""; break; case("right") : $pic=""; break; case("center") : $pic="

"; break; }#switch }#if else{ $pic=""; }#else /* #------- Çìµå¶óÀÎ ±â»ç ÀÚ¸£±â $str_location=500; if(strlen($news[body])>$str_location){#if...1 $news[body]=substr($news[body],0,$str_location+1); $aa=ord(substr($news[body],15,-1)); while(ord(substr($news[body],$str_location-1,-1))>126){ $str_location=$str_location-1; }#if...1 $news[body]=substr($news[body],0,$str_location); $news[body]=$news[body]."....."; } */ if($news[type]=="text"){ $news[body]=htmlspecialchars($news[body]); $news[body]=trim($news[body]); $news[body]=nl2br($news[body]); } echo" "; print "
 $news[subject] $name [$news[reg_date] : $news[r_num] Hit]

$pic$news[body]

"; ?> "; } ?>