|
You have to look at the other file too. It seems like it is accessing a mysql database, maybe with another include that has mysql functions?
You could also try.
chdir('/path/to/known/working/dir');
include('./path/to/the/file');
chdir('/current/directory/');
|