<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM phonenumbers"); while ($resRow = $results->fetch_assoc()) { $country = $resRow["country"]; // $number = $resRow["number"]; // $carrier = $resRow["carrier"]; // $id = $resRow["id"]; // $block = $resRow["block"]; // $confirmed = $resRow["confirmed"]; // $active = $resRow["active"]; // $added = $resRow["added"]; // $totalsent = $resRow["totalsent"]; // $lastsent = $resRow["lastsent"]; // $score = $resRow["score"]; // $bounces = $resRow["bounces"]; // }