Browse Source

boy I really broke it something good

development
mauirixxx 8 years ago
parent
commit
3f30f26445
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      gw-toon.php

+ 2
- 2
gw-toon.php View File

@@ -23,14 +23,14 @@ 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";
/* $sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon";
if (!$result2 = $con->query($sqltoon)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row2 = $result2->fetch_array()){
$charname2 = $row2['charname'];
echo '<TITLE>' . $charname2 . '</TITLE><BODY>';
}
} */
echo '<CENTER><FORM METHOD="POST" ACTION="gw-action.php">';
echo '<INPUT TYPE="HIDDEN" NAME="playerid" VALUE="' . $whattoon . '">';
echo '<FIELDSET CLASS="radiogroup"><LEGEND>Select your course of action</LEGEND><UL CLASS="radio">';


Loading…
Cancel
Save