<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM notifications"); while ($resRow = $results->fetch_assoc()) { $active = $resRow["active"]; // $ccadmin = $resRow["ccadmin"]; // $isadmin = $resRow["isadmin"]; // $body = $resRow["body"]; // $sms = $resRow["sms"]; // $ishtml = $resRow["ishtml"]; // $subject = $resRow["subject"]; // $typeid = $resRow["typeid"]; // $type = $resRow["type"]; // $id = $resRow["id"]; // }