View Single Post
11-23-2009, 12:18 PM
#1
.Cyanide is offline .Cyanide
Status: Senior Member
Join date: Mar 2006
Location: Stockholm,Sweden
Expertise: Web Design, Coding
Software: Phoshop CS3
 
Posts: 757
iTrader: 4 / 100%
 

.Cyanide is an unknown quantity at this point

Send a message via MSN to .Cyanide

  Old  go back one step with folders in php

Hey,

So I have this script where I need to include() a file which is located in a folder previous to the one I'm including from. Now I've tried:

include('./functions.php');

but that didn't work.

This is the structure of my root folder

root

/mufnacka
- lots of files

/cms
- lots of files
- functions.php (file i want to include in...)

/startsida
- admin_start (...this document)



Thanks!

Reply With Quote