and when i have
PHP Code:
include ("../../global.php");
i get this error:
Fatal error: Failed opening required './includes/init.php' (include_path='.:/usr/local/lib/php') in /www/forum/htdocs/global.php on line 18
or
Parsing functions.php Time before: 1086698586.0523
Fatal error: Failed opening required './includes/functions.php' (include_path='.:/usr/local/lib/php') in /www/forum/htdocs/global.php on line 37
when i tried to comment out the first include.
it always seems to be an include of an include! what am i doin wrong?