ok, so now i'm using:
PHP Code:
<?php
chdir('forum');
require_once('./global.php');
echo "members: $numbermembers<br>" .
"threads: $totalthreads<br>" .
"posts: $totalposts<br>" .
"users online: $totalonline<br>";
?>
no workie, i get this error:
Quote:
Originally Posted by damn localhost
Warning: chdir(): No such file or directory (errno 2) in C:\network\Apache2\htdocs\index.php on line 51
|
line 51 of course being chdir('forum');