Hello,
I am working a a script, my other ones i have done have had all the files in the same directory, so
include "whatever.php";
has worked
but now when i have directoryes above the folder im in, how do i include it, heres the structure
-home
--conf
---source
so how can i include a file in the conf directory, if im in source?