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