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