Hi everyone
Does anyone know how to include a file outside the HTDOCS root?
When I login to my ftp htdoc is the folder where I put my index.php but I want to put a file outside this folder and include it in the index file
I just need to know what address I should use to include file.php
Does anyone know how to include a file outside the HTDOCS root?
When I login to my ftp htdoc is the folder where I put my index.php but I want to put a file outside this folder and include it in the index file
Code:
file.php
HTDOCS (folder)+
|
-index.php
Comment