From abb0d4e240c7cb982ad065139cbf01f6dfcbb1ec Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:51:30 -1000 Subject: [PATCH] just making sure this part works --- gw-toon.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gw-toon.php b/gw-toon.php index 6fb805b..28274a9 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -23,14 +23,10 @@ if ($whattoon == "0"){ } echo ''; } else { - /* $sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon"; + $sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon"; if (!$result2 = $con->query($sqltoon)){ die ('There was an error running the query [' . $con->error . ']'); } - while ($row2 = $result2->fetch_array()){ - $charname2 = $row2['charname']; - echo '' . $charname2 . ''; - } */ echo '
'; echo ''; echo '
Select your course of action
    ';