Thread: Including.. :S
View Single Post
Old 04-01-2008, 03:38 PM   #1 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default 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
__________________
Tanax is offline  
Reply With Quote