Ver código fonte

toooo many variables

development
mauirixxx 8 anos atrás
pai
commit
2500183dd4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Ver arquivo

@@ -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()){


Carregando…
Cancelar
Salvar