MySQL | Does not return the correct value
#3

What kind of value is 'Clan'? Integer? String? If it's an integer, then just use:

pawn Код:
new theClan = mysql_fetch_int();
mysql_free_result();
return theClan;
You should consider reading http://dev.mysql.com
Reply


Messages In This Thread
MySQL | Does not return the correct value - by EviLpRo - 28.06.2011, 14:47
Re: MySQL | Does not return the correct value - by Raimis_R - 28.06.2011, 14:56
Re: MySQL | Does not return the correct value - by Vince - 28.06.2011, 14:58
Re: MySQL | Does not return the correct value - by gimini - 28.06.2011, 15:06
Re: MySQL | Does not return the correct value - by EviLpRo - 28.06.2011, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)