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