I am working on a site and have been asked to include files that are sitting in a folder above my php scripts. Problem is those php files I have been asked to include, have includes in them. And thus the files they refer to cannot be found when calling my php pages.
What is the best way to handle this situation?
include_pathin php.ini OR modify the files which include them to point to the correct paths.