<?php include("admin/load/nosession.php"); //Load Database Connection $results = $mysqli->query("SELECT * FROM currencyexchange"); while ($resRow = $results->fetch_assoc()) { $id = $resRow["id"]; // $currency = $resRow["currency"]; // $code = $resRow["code"]; // $symbol = $resRow["symbol"]; // }