require("_config.php");
require("_tool.php");
$db=mysql_pconnect($_dbhost,$_dblogin,$_dbpasswd);
if(!$db)
{
echo "無法連線到資料庫";
}
mysql_select_db($_dbname);
$date1=date("Y-m");
$query = "select * from subjects where date='$date1'";
$result = mysql_query($query);
$row = mysql_fetch_array($result);
//$row[date] $row[subjects] $row[contents]
$str=$row[date];
$tok=strtok($str,"-");
while($tok)
{
$a[]=$tok;
//echo $tok."月";
$tok=strtok("-");
//echo $tok."日";
}
//end
?>
總統府兒童天地-每月徵文活動
| |
 |
公告
由於「兒童天地」專欄內容及呈現方式未來可能有所變動,為配合相關規劃,「每月徵文活動」單元自本(2008)年3月1日起停止接受投稿,特此公告。
總統府全球資訊網 敬上
|
| |
|
|
|