diff --git a/gw-insert.php b/gw-insert.php index 55f4b34..3fdaf10 100644 --- a/gw-insert.php +++ b/gw-insert.php @@ -31,10 +31,8 @@ if ($droptype == 1){ die ('There was an error running the query [' . $con->error . ']'); } } else { - echo 'No data was sent!
'; + exit("Variable droptype was set to ($droptype)"); } -echo '
Return to data recording page

'; -echo 'Go to character selection'; -# humans shouldn't actually see this page, will need to auto submit this form back to gw-toon.php using the POST data name of "cname" so the previous toon will be auto selected -# or look into using cookies / sessions (sessions being preferable) +echo ''; +echo '
'; ?> \ No newline at end of file