Hello,
How do I include a file which is located in the Parent folder of my PHP file?
Thank you
Include a file which is a parent folder
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
include '../parentDirectoryFile.php';