include("th_admin/conec/db_conn.php"); $SQLStr = "SELECT * FROM th_news ORDER BY news_date DESC LIMIT 3"; $res = db_query($SQLStr); ?> include("head.html"); ?>
回上一頁