"; print "
番組手動予約
放送日: 年月日 Ex.=$today?>
録画開始時刻: 時分 Ex.=$nowdate?>
録画尺: 分 (最長360分)
録画局: 0 UNION SELECT DISTINCT stationid,stationname,stationrecch ,digitalch FROM foltia_station WHERE digitalch > 0 UNION SELECT DISTINCT stationid,stationname,stationrecch ,digitalch FROM foltia_station WHERE stationrecch = -2 ORDER BY x ASC"; $stations = sql_query($con, $query, "DBクエリに失敗しました"); $rowdata = $stations->fetch(); if ($rowdata) { do { if ($recstid == $rowdata[0]){ print " $rowdata[1] ($rowdata[2]ch / $rowdata[3]ch) \n"; }elseif( $rowdata[2] == -2){ print " $rowdata[1] (RADIKO) \n"; }else{ print " $rowdata[1] ($rowdata[2]ch / $rowdata[3]ch) \n"; } } while ($rowdata = $stations->fetch()); }else{ print "放送局データベースが正しくセットアップされていません。録画可能局がありません"; } //外部入力チャンネル $query = " SELECT stationid as x ,stationname,stationrecch FROM foltia_station WHERE stationrecch > -2 AND stationrecch < 1 ORDER BY x ASC"; // $stations = m_query($con, $query, "DBクエリに失敗しました"); $stations = sql_query($con, $query, "DBクエリに失敗しました"); $rowdata = $stations->fetch(); if ($rowdata) { do { if ($rowdata[0] != 0){ if ($recstid == $rowdata[0]){ print " $rowdata[1] \n"; }else{ print " $rowdata[1] \n"; } } } while ($rowdata = $stations->fetch()); } /* print "
デジタル録画を優先:"; if ($usedigital == 1){ print " する しない "; }else{ print " する しない "; } */ ?>
番組名: