diff recordedTable.php @ 10:152b146bd276

fixed: mysql_connect before mysql_real_escape_string
author Sushi-k <epgrec@park.mda.or.jp>
date Mon, 13 Jul 2009 17:12:07 +0900
parents f5a9f0eb4858
children bbbc4f1ecf1d
line wrap: on
line diff
--- a/recordedTable.php	Thu Jul 09 20:08:46 2009 +0900
+++ b/recordedTable.php	Mon Jul 13 17:12:07 2009 +0900
@@ -8,6 +8,9 @@
 $category_id = 0;
 $station = 0;
 
+// mysql_real_escape_stringより先に接続しておく必要がある
+$dbh = @mysql_connect( DB_HOST, DB_USER, DB_PASS );
+
 #$options = "WHERE complete='1'";
 $options = "WHERE starttime < '". date("Y-m-d H:i:s")."'";	// ながら再生は無理っぽい?