From 6e2ff8f0e397b92080d359092d7eb72c10add1c4 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sun, 21 May 2017 00:15:08 -1000 Subject: [PATCH] moved block around to word the entry 'better' --- gw-record.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gw-record.php b/gw-record.php index f393c9f..9722bc3 100644 --- a/gw-record.php +++ b/gw-record.php @@ -18,7 +18,7 @@ if (!$result = $con->query($sqlmaplocation)){ while ($row = $result->fetch_array()){ $locname = $row['location']; $loclink = $row['wikilink']; - echo '' . $locname . '\n'; + echo '' . $locname . ''; } echo ' a/an '; @@ -31,7 +31,7 @@ if (!$result = $con->query($sqlweapreq)){ echo 'r'; @@ -44,7 +44,7 @@ echo ''; @@ -57,9 +57,10 @@ echo ''; -echo ' |weapon/mat/rune code here|'; +echo ' |weapon/mat/rune code here|

'; +echo 'End result: a Gold r9 Swordsmanship Sword'; //need to arrange code blocks around to achieve this ?> \ No newline at end of file