ok did that...
i have this:
PHP Code:
require ("../../includes/functions_databuild.php");
and this
PHP Code:
for( $i = 0 ; $i < count($forums) ; $i++)
{
$row1 = $forums[$i];
build_forum_counters($row1['id_mg']);
}
but i get an error:
"Fatal error: Call to undefined function: fetch_foruminfo() in /www/forum/htdocs/includes/functions_databuild.php on line 78"
it doesnt find the fetch_foruminfo() function for some reason! Do i maybe have to put the script i wrote in the same directory as the functions_databuild.php???