31.07.2016, 18:55
Use this:
@Vince, I tried it on a database and it did work. It's amazing how powerful the SQLanguage is.
And then inside of the callback, use:
The second one is faster, but the number 2 changes depending on how many fields you're fetching.
Both of them will return the member count.
Also, don't bump before 24 hours.
The rules are in every section of the forum for a reason.
Quote:
PHP код:
|
And then inside of the callback, use:
Код:
cache_get_field_content_int(row, "memberCount", handle); or cache_get_row_int(row, 2, handle);
Both of them will return the member count.
Also, don't bump before 24 hours.
The rules are in every section of the forum for a reason.