<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM questions"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $question = $resRow["question"]; // $added = $resRow["added"]; // $member = $resRow["member"]; // $ispublic = $resRow["ispublic"]; // $questioncategory = $resRow["questioncategory"]; // $body = $resRow["body"]; // $updated = $resRow["updated"]; // $visitor = $resRow["visitor"]; // }