<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM billingpayments"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $billing = $resRow["billing"]; // $pos = $resRow["pos"]; // $amount = $resRow["amount"]; // $isadmin = $resRow["isadmin"]; // $recurtype = $resRow["recurtype"]; // $trial = $resRow["trial"]; // $trialprice = $resRow["trialprice"]; // $nobuttonaction = $resRow["nobuttonaction"]; // }