<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM eventprices"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $event = $resRow["event"]; // $amount = $resRow["amount"]; // $title = $resRow["title"]; // $maxtickets = $resRow["maxtickets"]; // $description = $resRow["description"]; // $billing = $resRow["billing"]; // }