Closed 13ruce1337 closed 10 years ago
for some reason the select a character page queries for every character in the database but only shows values if the username matches for the character
$query=mysql_query("select charname from characters where username='admin';");
changed to:
$query=mysql_query("select charname from characters where username='$user';");
lala land
for some reason the select a character page queries for every character in the database but only shows values if the username matches for the character