Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/stokegig/private/dbconnect.php on line 1

Warning: mysql_connect(): Connection refused in /home/stokegig/private/dbconnect.php on line 1

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/stokegig/private/dbconnect.php on line 2

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/stokegig/public_html/gigs.php on line 92

Warning: mysql_query(): Connection refused in /home/stokegig/public_html/gigs.php on line 92

Warning: mysql_query(): A link to the server could not be established in /home/stokegig/public_html/gigs.php on line 92

Could not query database

SELECT *, UNIX_TIMESTAMP(remove_date) AS unixdate FROM events,venues WHERE events.venue_id=venues.venue_id and remove_date>=CURDATE() and SUBSTRING(venues.postcode,1,4) IN ('ST','ST1','ST2','ST3','ST4','ST5','ST6','ST7','ST8','ST9','ST10','ST11','ST12','ST13','ST15','ST17','ST20','ST21','CW3','CW12','DE6','TF9') and display='Yes' ORDER BY remove_date, sticky DESC