From 0cb04237f209f07e859f3d89992c220f53a31874 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 01:23:40 -1000 Subject: [PATCH] still trying --- gw-history.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gw-history.php b/gw-history.php index 755c41d..6153974 100644 --- a/gw-history.php +++ b/gw-history.php @@ -5,7 +5,7 @@ Treasure Data -
+
query($sql)){ } if (mysqli_num_rows($result) > 0) { while ($row = $result->fetch_array()){ - echo ''; + echo ' at ' . $row['location'] . ''; } } else { echo '
There is no data to display for that character yet

'; } ?> -
On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; + echo '
On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; if ($row['itemtype'] == 16) { //this would be a rune $runeid = $row['runetype']; $sqlrune = "SELECT listrunes.`runeid`, listrunes.`runes` FROM listrunes WHERE listrunes.`runeid` = $runeid"; @@ -72,13 +72,13 @@ if (mysqli_num_rows($result) > 0) { } } } - echo ' at ' . $row['location'] . '
+