04.08.2013, 22:41
You're sending a query with the username as one of the values you're trying to load. Unless you're actually assigning the playerdata username variable beforehand, you need to actually fetch the persons name to put in the query.
Also, mysql_fetch_row is just used like
Also, mysql_fetch_row is just used like
pawn Код:
mysql_fetch_row(query);