include('../includes/vars.php'); $thedate = date("Y-m-d"); $getToday = mysql_query("SELECT * FROM hal_events where show_date = '$thedate'"); $getShows = mysql_query("SELECT * FROM hal_events where show_date > '$thedate' ORDER BY show_date ASC"); ?>