using this code i try to display the threads on another page but this give me tfollowing error any idea how to fix that?
The error is within the global.php's code, not yours. You will need to fix that file first. The chances are you need to include more files, one of them being that required class. Edit: Alternatively, place your chdir() command's parameter in quotes or apostrophes. E.G. chdir('the/directory'); PHP: Jay