diff --git a/gw-insert.php b/gw-insert.php new file mode 100644 index 0000000..6c2995e --- /dev/null +++ b/gw-insert.php @@ -0,0 +1,5 @@ +
'; +echo 'Return to data recording page'; +?> \ No newline at end of file diff --git a/gw-record.php b/gw-record.php index 0ca806a..47342c0 100644 --- a/gw-record.php +++ b/gw-record.php @@ -10,6 +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 '
'; echo 'At '; $sqlmaplocation = "SELECT `location`, `wikilink` FROM `treasurelocation` WHERE `treasureid` = $location"; if (!$result = $con->query($sqlmaplocation)){ @@ -94,6 +95,6 @@ if ($whatdropped == "1"){ echo '
'; } echo ' and |code for gold dropped here| gold pieces'; -echo '

'; +echo '
RELOAD'; ?> \ No newline at end of file