<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM socialque"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $member = $resRow["member"]; // $socialconnect = $resRow["socialconnect"]; // $ttype = $resRow["ttype"]; // $ttypeid = $resRow["ttypeid"]; // $ctype = $resRow["ctype"]; // $ctypeid = $resRow["ctypeid"]; // $begin = $resRow["begin"]; // $added = $resRow["added"]; // }