I\'m trying to include a file from another directory and then change the chdir back to the current/original form.
chdir(\'/some/path\'); include(./file.php);
You can do this way - chdir('../'); But really not sure in correct behavior