Lynne: I understand, I'm not copying the files... I'm requiring global after I called the chdir() function.
kh: What I'm saying is that I use the php chdir() function so that I can require the global.php file along with the others that are chained in. And what I mean by it doesn't work is that trying to access any variables or information from vB does not work. The variables do not exist.
What I think the problem is, is that the require finds the first file, but when global tries to find the rest it fails...
|