From db0254bf3928e2be3f4f58fbe6b29e7b966f3589 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:53:27 -1000 Subject: [PATCH] ok what about this --- gw-toon.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gw-toon.php b/gw-toon.php index 28274a9..8c96e66 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -27,6 +27,10 @@ if ($whattoon == "0"){ if (!$result2 = $con->query($sqltoon)){ die ('There was an error running the query [' . $con->error . ']'); } + while ($row2 = $result2->fetch_array()){ + $charactername = $row['charname']; + echo 'Character selected is: ' . $charactername . ''; + } echo '
'; echo ''; echo '
Select your course of action
    ';