Ver a proveniência

character name should be in the title now

development
mauirixxx há 8 anos
ascendente
cometimento
d0643fcbc6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Ver ficheiro

@@ -29,7 +29,7 @@ if ($whattoon == "0"){
}
while ($row2 = $result2->fetch_array()){
$charactername = $row2['charname'];
echo 'Character selected is: ' . $charactername . '';
echo '<TITLE>' . $charactername . '</TITLE><BODY>';
}
echo '<CENTER><FORM METHOD="POST" ACTION="gw-action.php">';
echo '<INPUT TYPE="HIDDEN" NAME="playerid" VALUE="' . $whattoon . '">';


Carregando…
Cancelar
Guardar