<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM databasetables"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $name = $resRow["name"]; // $notes = $resRow["notes"]; // $softwareid = $resRow["softwareid"]; // $pluginid = $resRow["pluginid"]; // }