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