ChristianA
03-10-2006, 06:24 PM
I call vb from pages outside vb like:
chdir("../forum/");
include('./global.php');
define('CWD', '/home/www/forum');
I have used $bbuserinfo['username']; to get the user name befor but this has stopped to work. What can I use instead
chdir("../forum/");
include('./global.php');
define('CWD', '/home/www/forum');
I have used $bbuserinfo['username']; to get the user name befor but this has stopped to work. What can I use instead