From 1bb706f2a220a20cfd6f80a2949ee173da7d2b3a Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 13:46:01 -1000 Subject: [PATCH] trying some more auto selection --- gw-toon.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gw-toon.php b/gw-toon.php index 4e0fd9a..5036c34 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -12,14 +12,15 @@ if (!$result = $con->query($sql)){ } # experimental stuff if ($whattoon == ""){ - echo '
'; - echo '>'; + echo ''; while ($row = $result->fetch_array()){ $charid = $row['playerid']; $charname = $row['charname']; echo ''; } - echo '
'; + echo ''; } else { echo 'Options for what to do after character selection goes here
'; echo 'Character id selected is ' . $whattoon . '
';