<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM creditreportinquiries"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $creditreport = $resRow["creditreport"]; // $bureau = $resRow["bureau"]; // $creditorname = $resRow["creditorname"]; // $creditortype = $resRow["creditortype"]; // $added = $resRow["added"]; // }