04-01-2008, 03:38 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Including.. :S
Ye, something's.. wrong >.<
My config.php lies in:
website/includes/config.php
My admin files lies in:
website/admin/*.php
It works fine to include the config from there with this:
PHP Code:
include('../includes/config.php');
However, I have one admin file in a subfolder to the admin.
website/admin/edit/tab.php
And I can't seem to include the config file from there :S
I tried with:
PHP Code:
include('.../includes/config.php');
But it didn't work :S
__________________
|
|
|
|