Referencing a file in a parent directory
- by Yaw Reuben
Is this the right way to go about referencing a file in a parent directory relative to a php source file?:
require_once('../referenced_file.php');
I don't seem to have any effect doing the above.