foltia:EPG予約:Error\n";
die_exit("登録番組がありません
");
}
print "
foltia:EPG予約:$epgid
\n";
$con = m_connect();
$now = date("YmdHi");
//タイトル取得
$query = "
SELECT epgid,startdatetime,enddatetime,lengthmin, ontvchannel,epgtitle,epgdesc,epgcategory ,
stationname , stationrecch ,stationid
FROM foltia_epg , foltia_station
WHERE epgid='$epgid' AND foltia_station.ontvcode = foltia_epg.ontvchannel
";//4812
$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]);
?>
番組予約
EPGから下記番組を録画予約します。