Ver a proveniência

stupid misnamed variable

i always forget these
development
mauirixxx há 8 anos
ascendente
cometimento
10f54e31af
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Ver ficheiro

@@ -28,7 +28,7 @@ if ($whattoon == "0"){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row2 = $result2->fetch_array()){
$charactername = $row['charname'];
$charactername = $row2['charname'];
echo 'Character selected is: ' . $charactername . '';
}
echo '<CENTER><FORM METHOD="POST" ACTION="gw-action.php">';


Carregando…
Cancelar
Guardar