why mysql callback doesnt process?
#8

You disabled cache.
Код:
mysql_function_query(mysql_Account, query,true, "IsResultExist","i",playerid);
Код:
public IsResultExist(handleid)
{
    new rows,fields;
    cache_get_data(rows,fields);
    if(rows)
    {
    }
    else
    {
    }
    return 1; // No need for mysql_free_result if you return it.
}
Reply


Messages In This Thread
why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:06
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:39
Re: why mysql callback doesnt process? - by jonrb - 23.01.2013, 02:53
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 04:02
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 11:30
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:18
Re: why mysql callback doesnt process? - by B-Matt - 23.01.2013, 15:30
Re: why mysql callback doesnt process? - by coakiddo - 23.01.2013, 15:33
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:57
Re: why mysql callback doesnt process? - by yxliang - 24.01.2013, 03:10

Forum Jump:


Users browsing this thread: 1 Guest(s)