Quote:
Originally Posted by Simon Lloyd
just set the variable as the figure you need
$forumid = xx
where xx would be that particular forum, the same for each other variable.
|
Nice , You Mean like that ?
PHP Code:
require_once(DIR . '/includes/functions_databuild.php');
build_forum_counters($forumid = xx);
build_thread_counters($threadid = xx);
Thank you Brother :up: