include('includes/vars.php'); $thedate = date("Y-m-d"); $getToday = mysql_query("SELECT * FROM hal_events where show_date = '$thedate' LIMIT 0,5"); $getShows = mysql_query("SELECT * FROM hal_events where show_date > '$thedate' ORDER BY show_date ASC LIMIT 0,5"); $getNews=mysql_query("SELECT * FROM hal_news WHERE newsType='halluci' ORDER BY datefield DESC LIMIT 0,5" ); ?>
