SkyHog
Touchdown! Greaser!
- Joined
- Feb 23, 2005
- Messages
- 18,431
- Location
- Castle Rock, CO
- Display Name
Display name:
Everything Offends Me
I'm pulling a major stupid on a minor issue. Please someone help me.
There's a folder structure...lets say it looks like this:
Folder1
-subfolder1
etc.
Inside subfolder1 is a file, we'll call it "index.php"
I want to include a file that is in Folder1. Tell me why
Works, but
Does not, when Folder1 is the top level? I know I'm being retarded....
There's a folder structure...lets say it looks like this:
Folder1
-subfolder1
etc.
Inside subfolder1 is a file, we'll call it "index.php"
I want to include a file that is in Folder1. Tell me why
Code:
include "../topstuff.php";
Works, but
Code:
include "/topstuff.php";
Does not, when Folder1 is the top level? I know I'm being retarded....