");
}
$now = date("YmdHi");
//タイトル取得
$query = "select title from foltia_program where tid='$tid'";
$rs = m_query($con, $query, "DBクエリに失敗しました");
$maxrows = pg_num_rows($rs);
if ($maxrows == 0) {
die_exit("登録番組がありません
");
}
$rowdata = pg_fetch_row($rs, 0);
$title = htmlspecialchars($rowdata[0]);
?>
番組予約