<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM seodata"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $sid = $resRow["sid"]; // $title = $resRow["title"]; // $url = $resRow["url"]; // $email = $resRow["email"]; // $description = $resRow["description"]; // $yourname = $resRow["yourname"]; // $credits = $resRow["credits"]; // $category1 = $resRow["category1"]; // $keywords = $resRow["keywords"]; // $longdescr = $resRow["longdescr"]; // }