"); while($row=mysql_fetch_array($res)) { $title1= stripslashes($row[title1]); $newstime=strftime("%Y. %m.%d",$row[newstime]); $section=$seid[$row[section]]; $content= strip_tags(stripslashes($row[content])); $summary= cutting($content,220); $gosection = sprintf('%03d', $row[section]); // 3ÀÚ¸® $link="/article.asp?aid=$row[newstime]$row[no]$gosection"; if($row[gisaimg] && is_file("./upimages/gisaimg/$row[gisaimg]")) { $img_src =timg(80,55,"gisaimg/$row[gisaimg]","$row[no]"); $img= ""; } echo " $img[$section] $title1 |$newstime

$summary "; unset($img); } echo (""); mysql_free_result($res); } $go_url="/articles.asp"; $go_vars="total_record=$total_record"; include "./include/page_list.php"; if (is_file("./html/".$SEARCH_FOOTER."_footer.cgi")) { include "./html/".$SEARCH_FOOTER."_footer.cgi"; } else { include "./html/default_footer.cgi"; } ?>