diff --git a/gw-record.php b/gw-record.php
index 2462a8b..7c93279 100644
--- a/gw-record.php
+++ b/gw-record.php
@@ -2,6 +2,8 @@
connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
@@ -27,4 +29,16 @@ while ($row = $result->fetch_array()){
echo '';
}
echo '
';
+
+$sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC";
+if (!$result = $con->query($sqlweaprare)){
+ die ('There was an error running the query [' . $con->error . ']');
+}
+echo '
';
?>
\ No newline at end of file