Page 1 of 1

Include a file which is a parent folder

Posted: Sat Dec 09, 2006 9:35 am
by eyal
Hello,

How do I include a file which is located in the Parent folder of my PHP file?

Thank you

Posted: Sat Dec 09, 2006 9:45 am
by feyd

Code: Select all

include '../parentDirectoryFile.php';