require_once("includes/config.php"); $db_connection = mysql_connect ($DBHost, $DBUser, $DBPass) OR die (mysql_error()); $db_select = mysql_select_db ($DBName) or die (mysql_error()); $db_table = $TBL_PR . "events"; function getmicrotime(){ list($usec, $sec) = explode(" ",microtime()); return ((float)$usec + (float)$sec); } $time_start = getmicrotime(); IF(!isset($_GET['year'])){ $_GET['year'] = date("Y"); } IF(!isset($_GET['month'])){ $_GET['month'] = date("n")+1; } $month = addslashes($_GET['month'] - 1); $year = addslashes($_GET['year']); $query = "SELECT event_id,event_title,event_day,event_time FROM $db_table WHERE event_month='$month' AND event_year='$year' ORDER BY event_time"; $query_result = mysql_query ($query); while ($info = mysql_fetch_array($query_result)) { $info['event_title'] = stripslashes($info['event_title']); $day = $info['event_day']; $event_id = $info['event_id']; $events[$day][] = $info['event_id']; $event_info[$event_id]['0'] = substr($info['event_title'], 0, 30); $event_info[$event_id]['1'] = $info['event_time']; } $todays_date = date("j"); $todays_month = date("n"); $days_in_month = date ("t", mktime(0,0,0,$_GET['month'],0,$_GET['year'])); $first_day_of_month = date ("w", mktime(0,0,0,$_GET['month']-1,1,$_GET['year'])); $first_day_of_month = $first_day_of_month + 1; $count_boxes = 0; $days_so_far = 0; IF($_GET['month'] == 13){ $next_month = 2; $next_year = $_GET['year'] + 1; } ELSE { $next_month = $_GET['month'] + 1; $next_year = $_GET['year']; } IF($_GET['month'] == 2){ $prev_month = 13; $prev_year = $_GET['year'] - 1; } ELSE { $prev_month = $_GET['month'] - 1; $prev_year = $_GET['year']; } ?>


| Lion Eye Productions brings 25 years of professionalism and experience
in all phases of live music production to your event. From large concert venues to backyard childrens parties we can provide the entertainment that will always bring you high praise. We have artists and ensembles that cater to a broad range of musical needs. Or you can let us tailor a group to your specific needs. Contact us for affordable rates, please tell us about your event and venue. For your festival, party, wedding, corporate event, we have the band that will make it a happening! |