<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM binaryproductvolumes"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $billingpayment = $resRow["billingpayment"]; // $amount = $resRow["amount"]; // $membership = $resRow["membership"]; // $binary = $resRow["binary"]; // }