<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM apikeylogs"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $added = $resRow["added"]; // $apikey = $resRow["apikey"]; // $nonce = $resRow["nonce"]; // $apiaction = $resRow["apiaction"]; // $isfail = $resRow["isfail"]; // $timespent = $resRow["timespent"]; // }