A pretty easy question, but I can't find this on the net. How do you access parent folders when using include or fopen and related functions? Basically I want to open parent/child2/file.xxx from parent/child1/script.php or similar (parent/child3/child4/file.xxx from parent/child1/child2/script.php).
Many thanks.