Quote:
Originally Posted by Opserty
If you put this at the start of your external scripts vB will handle it for you
PHP Code:
$cwd = getcwd();
chdir('path/to/forum');
require_once('global.php');
chdir($cwd);
Otherwise...good luck...that code looks horrible 
|
lol thx, I think I'll need more than luck with this code i.e. The one already in use...will let you know how I get on. I did try the require ('global.php'); statment at the beginning of the page before and it came up a few syntax errors. I did make some code up to join the two data together to try and force the VB info into the variables, but its not working.
--------------- Added [DATE]1196624318[/DATE] at [TIME]1196624318[/TIME] ---------------
All I get is errors.
Quote:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/******/public_html/3rdpartysoftware/include/function.php on line 17
Warning: require_once(/public_html/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/******/public_html/3rdpartysoftware/include/function.php on line 18
Fatal error: require_once() [function.require]: Failed opening required '/public_html/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*******/public_html/3rdpartysoftware/include/function.php on line 18
|