04-01-2008, 04:48 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
.. goes back one directory so you need to go back two, ../../
PHP Code:
include('../../includes/config.php');
. is the same directory. .. is the parent directory. You can put as many of those in there as you need. Separate folders with a / .
__________________
Eric
|
|
|
|