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