From 5a78cf397e410b20449b9891553d4389d57c8ddc Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 18 May 2017 14:22:32 -1000 Subject: [PATCH] checking out multiple different sql selects maybe it'll work, maybe it wont ... --- gw-record.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gw-record.php b/gw-record.php index 7b15fc5..8d5d0f3 100644 --- a/gw-record.php +++ b/gw-record.php @@ -15,4 +15,14 @@ while ($row = $result->fetch_array()){ $weapattr = $row['weaponattribute']; 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 '