Parcourir la source

stupid misnamed variable

i always forget these
development
mauirixxx il y a 8 ans
Parent
révision
10f54e31af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Voir le fichier

@@ -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">';


Chargement…
Annuler
Enregistrer