I have a file in a subdirectory that needs to include a file in the parent directory.
The code: require_once("../x.php") gives me an error indicating the file was not found.
My code only works if I take the file out of the subdirectory and place it in the same directory as x.php.