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:

Start Date: , | End Date: , | Attendees: / | Edit Event | View Event

"> 0 ) { while ($row = mysql_fetch_assoc ($result)){ $id = $row['id']; $lname = $row['lname']; $fname = $row['fname']; $address = $row['address']; $city = $row['city']; $state = $row['state']; $zip = $row['zip']; $email = $row['email']; $phone = $row['phone']; $date = $row['date']; $payment_status = $row['payment_status']; $txn_type = $row['txn_type']; $txn_id = $row['txn_id']; $amount_pd = $row['amount_pd']; $payment_date = $row['payment_date']; $quantity = $row['quantity']; $event_id = $row['event_id']; $custom1 = $row['custom_1']; $custom2 = $row['custom_2']; $custom3 = $row['custom_3']; $custom4 = $row['custom_4']; ?> >
Delete ID Name Email Pay Status TXN Type TXN ID Amount Pd Quantity Date Paid Action
Delete ID Name Email Pay Status TXN Type TXN ID Amount Pd Quantity Date Paid Action
Edit Payment | Edit Attendee | IPN Handler URL
No Record Found!
Check All
0) { ?>
show(); // Echo out the list of paging. ?>