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 . '
';