<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM adminpageaccess"); while ($resRow = $results->fetch_assoc()) { $sfid = $resRow["sfid"]; // $filename = $resRow["filename"]; // $id = $resRow["id"]; // $mustown = $resRow["mustown"]; // $accesstype = $resRow["accesstype"]; // $accessid = $resRow["accessid"]; // }