From 3f30f264450775b69224a932abe24989e0edee1a Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:49:26 -1000 Subject: [PATCH] boy I really broke it something good --- gw-toon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gw-toon.php b/gw-toon.php index 216749b..6fb805b 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -23,14 +23,14 @@ 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
    ';