Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Upcoming Games
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT gameid, team1, team2, gameday, to_char(gameday,'FMDay, Month FMDD, YYYY') AS theday, to_char(gameday,'YYYY') AS theyear FROM games WHERE (team1 = 2 OR team2 = 2)
AND CURRENT_DATE <= gameday AND gameday < '2009-12-31' ORDER BY gameday LIMIT 2Query DB operation error. Could not perform operation. SELECT gameid, team1, team2, gameday, to_char(gameday,'FMDay, Month FMDD, YYYY') AS theday, to_char(gameday,'YYYY') AS theyear FROM games WHERE (team1 = 2 OR team2 = 2)
AND CURRENT_DATE <= gameday AND gameday < '2009-12-31' ORDER BY gameday LIMIT 2
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
See you all Next Season Edmonton Weather Check Field Rainout Status.
|
|
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT teamname FROM teams WHERE teamnumber = 2 AND year = 2009
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
Warning: pg_close() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 52
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT COUNT(*) FROM games WHERE gameday > DATE '2009-01-01' AND ((team1 = 2 AND (score1 > score2)) OR (team2 = 2 AND (score2 > score1)))
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT COUNT(*) FROM games WHERE gameday > DATE '2009-01-01' AND ((team2 = 2 AND (score1 > score2)) OR (team1 = 2 AND (score2 > score1)))
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT COUNT(*) FROM games WHERE gameday > DATE '2009-01-01' AND (team2 = 2 OR team1 = 2) AND (score1 = score2) AND (score2 > 0 OR score1 > 0)
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
RECORD: Wins: / Losses: / Ties:
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT gameid, team1, team2, gameday, to_char(gameday,'FMDay, Month FMDD, YYYY') AS theday, score1, score2 FROM games WHERE
(team1 = 2 OR team2 = 2) AND CURRENT_DATE >= gameday AND gameday > DATE '2009-01-01' ORDER BY gameday DESC
Warning: pg_close() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 52
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
|
|