瀏覽代碼

toooo many variables

development
mauirixxx 8 年之前
父節點
當前提交
2500183dd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php 查看文件

@@ -24,7 +24,7 @@ if ($whattoon == "0"){
echo '</SELECT><NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Choose Toon"></NOSCRIPT></FORM></CENTER></BODY>';
} else {
$sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon";
if (!$result = $con->query($sqltoon)){
if (!$result2 = $con->query($sqltoon)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row2 = $result2->fetch_array()){


Loading…
取消
儲存