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