diff --git a/gw-insert.php b/gw-insert.php
index 6165be9..8e2bcb9 100644
--- a/gw-insert.php
+++ b/gw-insert.php
@@ -1,5 +1,11 @@
';
+echo 'If this worked then there will be a number here: ' . $rare . '
';
+echo 'The droptype variable is set to ' . $droptype . '
';
echo 'Return to data recording page';
?>
\ No newline at end of file
diff --git a/gw-record.php b/gw-record.php
index 2b6dc41..a93f251 100644
--- a/gw-record.php
+++ b/gw-record.php
@@ -10,15 +10,15 @@ $whatdropped = mysqli_real_escape_string($con, $_POST['gwdrop']);
if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
-echo '