<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM cancellations"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $added = $resRow["added"]; // $billingagreementpayment = $resRow["billingagreementpayment"]; // $reason = $resRow["reason"]; // $ip = $resRow["ip"]; // }