diff --git a/public/explore/map/index.php b/public/explore/map/index.php index f822cbf..485ba83 100755 --- a/public/explore/map/index.php +++ b/public/explore/map/index.php @@ -16,8 +16,10 @@ try { } catch (Exception $e) { die("Error : ".$e->getMessage()); } +$req = $db->prepare('SELECT * FROM `records`'); +$req->execute(); +$result = $req->fetchAll(); ?> -
@@ -25,10 +27,15 @@ try {