<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM apiactions"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $path = $resRow["path"]; // $action = $resRow["action"]; // $allowmembers = $resRow["allowmembers"]; // }