|
|
if(!isset($_GET['start'])) {
$start = 0;
} else {
$start = $_GET['start'];
}
foreach($_POST as $key => $value) {
$_GET[$key] = $value;
$url_string .= $_GET[$key].'='.$value.'&';
}
$zips = get_zips(3);
$orgs = get_orgs($zips);
if($_GET['Event_Date_From']['month'] != "" && $_GET['Event_Date_From']['day'] != "" && $_GET['Event_Date_From']['year'] != "") {
$from_string = $_GET['Event_Date_From']['month'].'/'.$_GET['Event_Date_From']['day'].'/'.$_GET['Event_Date_From']['year'];
} else {
$from_string = "";
}
if($_GET['Event_Date_To']['month'] != "" && $_GET['Event_Date_To']['day'] != "" && $_GET['Event_Date_To']['year'] != "") {
$to_string = $_GET['Event_Date_To']['month'].'/'.$_GET['Event_Date_To']['day'].'/'.$_GET['Event_Date_To']['year'];
} else {
$to_string = "";
}
if(!is_array($_GET['Event_Date_From'])) {
$from_string = $_GET['Event_Date_From'];
}
if(!is_array($_GET['Event_Date_To'])) {
$to_string = $_GET['Event_Date_To'];
}
$events = get_events($orgs,$_GET['Event_Name'],$from_string,$to_string,$_GET['CategoryId'],$_GET['lOrganizationId'],$_GET['Venue_Id'],$_GET['Event_Price_End']);
$per_page = 10;
$start = (isset($_GET['start'])) ? $_GET['start'] : 0;
$url = explode("&",$_SERVER["QUERY_STRING"]);
foreach($url as $k=>$v) {
$pair = explode("=",$v);
if($pair[0] != "start")
$url2[]="$pair[0]=$pair[1]";
}
$url = $_SERVER['PHP_SELF']. '?' . $url_string;
$total_items = count($events);
$pagination = pagination($url, $total_items, $per_page, $start, 15, 'pageoftotal');
?>
(= count($events) ?>) records matched
your query. New
Search
= $pagination ?> |
print_event_results_cinci($events,$start,10);
?>
(= count($events) ?>) records matched
your query. New
Search
= $pagination ?> |
NOTE: All dates are subject to change - please call presenting organization for date verification. All information is provided by the presenting organization, and they are responsible for entering and updating it. The materials in this site are provided "as is" and without warranties of any kind either expressed or implied. To the fullest extent permissible pursuant to applicable law, cincinnatiArts.com and Enjoy the Arts/START disclaim all warranties, express or implied, including, but not
limited to, implied warranties of merchantability and
fitness for a particular purpose. cincinnatiArts.com does
not warrant or represent that the information is accurate
or reliable or that the site will be free of errors. |
|
|
|
|
|