Sfoglia il codice sorgente

didn't think that line through

ended up with multiple (not actually) "hidden" inputs filled with character names
development
mauirixxx 8 anni fa
parent
commit
fa23f308f7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      gw-toon.php

+ 0
- 1
gw-toon.php Vedi File

@@ -24,7 +24,6 @@ if ($whattoon == "0"){
$charid = $row['playerid'];
$charname = $row['charname'];
echo '<OPTION VALUE="' . $charid . '">' . $charname . '</OPTION>';
echo '<INPUT TYPE="HIDDEN" NAME="charactername" VALUE="' . $charname . '">';
}
echo '</SELECT><NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Choose Toon"></NOSCRIPT></FORM></CENTER>';
} else {


Caricamento…
Annulla
Salva