From 1c67b62dd5578895b366b70e8fb24d3a759eee15 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 23:56:36 -1000 Subject: [PATCH] more html fun --- gw-record.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gw-record.php b/gw-record.php index ed72565..863d879 100644 --- a/gw-record.php +++ b/gw-record.php @@ -10,7 +10,7 @@ $whatdropped = mysqli_real_escape_string($con, $_POST['gwdrop']); if ($con->connect_errno > 0){ die ('Unable to connect to database [' . $db->connect_errno . ']'); } -echo 'At '; +echo '
At '; $sqlmaplocation = "SELECT * FROM `treasurelocation` WHERE `treasureid` = $location"; if (!$result = $con->query($sqlmaplocation)){ die ('There was an error running the query [' . $con->error . ']'); @@ -21,6 +21,7 @@ while ($row = $result->fetch_array()){ $locid = $row['treasureid']; echo '' . $locname . ' (Guild Wars Wiki link)'; } +echo '
'; if ($whatdropped == "1"){ echo '
'; echo 'on a ';