$cwd = getcwd(); chdir('/path/to/your/forums'); require_once('/path/to/your/forums/global.php'); chdir($cwd);