undefined symbol
#5

You've got a few things wrong:
  • PHP код:
    cache_get_row_count(&destination
    Takes only a single function argument. Usage:
    PHP код:
    new
        
    rows;
    cache_get_row_count(rows); 
All of these can be found on the wiki, by the way: https://sampwiki.blast.hk/wiki/MySQL/R40

I by accident removed half of my post, but cache_get_value is used to retrieve a value from the result query set and not the row count.
Reply


Messages In This Thread
undefined symbol - by Face9000 - 25.03.2017, 00:46
Re: undefined symbol - by X337 - 25.03.2017, 05:28
Re: undefined symbol - by Sibuscus - 25.03.2017, 08:23
Re: undefined symbol - by Face9000 - 25.03.2017, 20:59
Re: undefined symbol - by AndySedeyn - 26.03.2017, 00:12

Forum Jump:


Users browsing this thread: 1 Guest(s)