?php require_once './admin/db.php' ; global $db; $sql="select a.* from article a where a.new_flg = '1' and a.view = '0' and a.ddate is null order by a.udate desc limit 0,3 " ; $new_list=select_query($sql); ?>
CLOSE