Jump to content

Including a file in a lower dir


dmccabe

Recommended Posts

Ok lets say my site is like this:

 

/root/config.php

/depts/callcentre/index.php

/depts/it/index.php

 

How do I include the config.php in the call centre's index.php ?

 

If it was in the dir then I would simply use include('config.php') or if it were in another higher up dir then include('/dept/config.php');

 

but how do I include something in the lower dir's ?

Link to comment
https://forums.phpfreaks.com/topic/97993-including-a-file-in-a-lower-dir/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.