From 4ac58aea763498a28675cffe3e28ae44067b4709 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:33:25 -1000 Subject: [PATCH] forgot to make the variable ... variable or something --- gw-toon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index 121bb51..2856623 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -25,7 +25,7 @@ if ($whattoon == "0"){ } else { $sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon"; if ($result2 = mysqli_query($con, $sqltoon)){ - echo '$result2'; + echo '' . $result2 . ''; } echo '
'; echo '';