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