Or simply use '\\'
include("..\\folder1\\includefile.php");
Or just include("\\folder1\\includefile.php");
/Jesper
-Ursprungligt meddelande-
Från: Jim MacDiarmid [mailto:[EMAIL PROTECTED]
Skickat: den 31 mars 2004 18:34
Till: [EMAIL PROTECTED]
Ämne: [P
try not to use the '\' as this is an escape character. Try using '/' and see what
happends.
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I seem to be having trouble with including files into my pages. I like
to structure my site into folders so that I can keep the root folder
relatively clean and only necessary files go in there. For example:
\DocRoot\
\folder1\
\folder2\
\folder3\
-- etc --
I've n