Quote:
Originally Posted by vbmechanic
One suggestion, if you chdir at the top of the program to include something, you should also chdir back to the original location so you don't disrupt any relative includes further down the code.
PHP Code:
chdir("forum/");
require('./global.php');
chdir("../);
cheers!
|
Woah was on your site vbmechanic... there are a LOT of unhappy customers. Glad I didnt buy anything form you!