Attendees and Payments
Customer(s) have been successfully deleted from the event.
0) {
$p->items($items);
$p->limit(30); // Limit entries per page
$p->target("admin.php?page=admin_reports&event_id=".$event_id."&event_admin_reports=list_attendee_payments");
$p->currentPage($_GET[$p->paging]); // Gets and validates the current page
$p->calculate(); // Calculates what to show
$p->parameterName('paging');
$p->adjacents(1); //No. of page away from the current page
if(!isset($_GET['paging'])) {
$p->page = 1;
} else {
$p->page = $_GET['paging'];
}
//Query for limit paging
$limit = "LIMIT " . ($p->page - 1) * $p->limit . ", " . $p->limit;
} else {
echo "No Record Found";
}//End pagination?>
EXPIRED';
} elseif ($active == "yes"){
$active_event = '
ACTIVE EVENT';
} else if ($active == "no"){
$active_event = '
NOT ACTIVE';
}
?>
Event:
0) { ?>
show(); // Echo out the list of paging. ?>