select( "bbs_data", "where code='notice' order by idx desc limit 5"); while( $main_row1 = @mysql_fetch_object($main_result1) ) { $reg_date = $tools->strDateCut( $main_row1->reg_date ); $subject = $tools->strCut($main_row1->subject, 30); $bbs_data = $tools->encode("idx=".$main_row1->idx."&startPage=".$startPage."&listNo=".$listNo."&table=".$table."&code=notice&search_item=".$search_item."&search_order=".$search_order); ?>
[] stripSlash($subject);?>
¿Â°®¹æ¹ýÀ» µ¿¿øÇصµ °³¼±µÇÁö ¾Ê¾Ò´ø ÈäÅÍ, ÁÖ¸§, ³ÐÀº¸ð°ø°ú ±â¹Ì. ÀÌÁ¦ ¸ðÀÚÀÌÅ© ÅäÅ» ÇǺÎÀç»ý¼ú·Î ¾Æ±âÇǺθ¦ µÇãÀ¸¼¼¿ä.
 
select( "bbs_data", "where code='doctorcolumn' order by idx desc limit 4"); while( $main_row1 = @mysql_fetch_object($main_result1) ) { $reg_date = $tools->strDateCut( $main_row1->reg_date ); $subject = $tools->strCut($main_row1->subject, 35); $bbs_data = $tools->encode("idx=".$main_row1->idx."&startPage=".$startPage."&listNo=".$listNo."&table=".$table."&code=notice&search_item=".$search_item."&search_order=".$search_order); ?>
[] stripSlash($subject);?>
   
½Ã¼ú °ü·Ã µ¿¿µ»óÀÔ´Ï´Ù.
select("cs_mpopup", ""); $now_time=time(); $left = 80; while($popup_row=@mysql_fetch_object($popup_result)) { if( $HTTP_COOKIE_VARS['POPUP_COOKIE_'.$popup_row->idx] != 'NO' ) { if($popup_row->start_day <=$now_time && $popup_row->end_day >= $now_time) { $popup_row->height=$popup_row->height+24; echo""; } $left = $left + $popup_row->width; } } //===================================================================================== ?>