diff --git a/gw-location.php b/gw-location.php index 7d10527..ce15537 100644 --- a/gw-location.php +++ b/gw-location.php @@ -1,3 +1,25 @@ +Location Selection connect_errno > 0){ + die ('Unable to connect to database [' . $db->connect_errno . ']'); +} +$sqlmaploc = "SELECT * FROM treasurelocation"; +if (!$resultmap = $con->query($sqlmaploc)){ + die ('There was an error running the query [' . $con->error . ']'); +} +echo '
'; +echo ''; +echo '
'; ?> \ No newline at end of file