Quote:
Originally Posted by Lynne
Well, you can't call global.php in your page that way since you are in a different directory now. So, you need to change directories, and then call global.php. Add something like this before your global call:
Code:
chdir('/full/path/to/your/site/forums');
|
can u plz tell me which directory should i copy or need to change directories can you plz tell me in brief or step by step i really appricate to you