12.02.2016, 08:34
Hello!
I have a little problem.
Find only the first id in the database, the restu is = 0.
I hope you understand me.
I have a little problem.
Find only the first id in the database, the restu is = 0.
I hope you understand me.
PHP код:
format(szQuery, sizeof(szQuery), "SELECT * FROM `accounts` WHERE `Clan` = '%d'", clanid);
new Cache: result = mysql_query(mysql, szQuery);
new idwtf[256];
for(new i, j = cache_get_row_count (); i != j; ++i)
{
cache_get_field_content(0, "ID", idwtf);
printf("%d", strval(idwtf));
}
cache_delete(result);