<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM musiclinks"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $linktype = $resRow["linktype"]; // $contenttype = $resRow["contenttype"]; // $contentid = $resRow["contentid"]; // $title = $resRow["title"]; // $url = $resRow["url"]; // $added = $resRow["added"]; // }