Problem with MySQL Data Loading
#5

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

pawn Код:
mysql_fetch_row(query);
Reply


Messages In This Thread
Problem with MySQL Data Loading - by Slepur - 04.08.2013, 20:17
Re: Problem with MySQL Data Loading - by Slepur - 04.08.2013, 21:58
Re: Problem with MySQL Data Loading - by HarrisonC - 04.08.2013, 22:13
Re: Problem with MySQL Data Loading - by CrazyChoco - 04.08.2013, 22:37
Re: Problem with MySQL Data Loading - by SuperViper - 04.08.2013, 22:41

Forum Jump:


Users browsing this thread: 1 Guest(s)