ok thanks, that makes sense, i'll give it a go.
One more thing though, I have my forum running under /forums/ on my server. My other application is running under /apd/. Do I have to move this to /forums/apd/ because I tried require_once('../forums/global.inc'); and it gave me this error.
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/gadseek/public_html/forums/global.php on line 50
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gadseek/public_html/forums/global.php on line 50
I guess this is probably because under a different directory right?
|