Forum Moderators: coopster
require_once($_SERVER['DOCUMENT_ROOT']."/conn_other_dir.php");
then conn_other_dir (located at root level) could be simply an include
for example:
<? //named conn_other_dir.php
require_once("/var/www/any_dir_below_root/file_I_need_to_link_to.php");
?>
A very good way to put it to work is to use that system to hide all DB connect and other admin config files