"; print "
番組手動予約
放送日: 年月日 Ex.19800121
録画開始時刻: 時分 Ex.2304
録画尺: 分 (最長360分)
録画局: 0 ORDER BY \"stationid\" ASC"; $stations = m_query($con, $query, "DBクエリに失敗しました"); $stationcount = pg_num_rows($stations); if ($stationcount > 0 ){ for ($row = 0; $row < $stationcount ; $row++) { $rowdata = pg_fetch_row($stations, $row); if ($recstid == $rowdata[0]){ print " $rowdata[1] ($rowdata[2]ch) \n"; }else{ print " $rowdata[1] ($rowdata[2]ch) \n"; } } }else{ print "放送局データベースが正しくセットアップされていません。録画可能局がありません"; } $query = " SELECT stationid,stationname,stationrecch FROM foltia_station WHERE stationrecch > -2 AND stationrecch < 1 ORDER BY \"stationid\" ASC"; $stations = m_query($con, $query, "DBクエリに失敗しました"); $stationcount = pg_num_rows($stations); if ($stationcount > 0 ){ for ($row = 0; $row < $stationcount ; $row++) { $rowdata = pg_fetch_row($stations, $row); if ($rowdata[0] != 0){ if ($recstid == $rowdata[0]){ print " $rowdata[1] \n"; }else{ print " $rowdata[1] \n"; } } } } ?>
番組名: