SV: [PHP-WIN] Including files in php

2004-03-31 Thread Jesper Palmqvist [Talarforum i Skandinavien AB]
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

Re: [PHP-WIN] Including files in php

2004-03-31 Thread trystano
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

[PHP-WIN] Including files in php

2004-03-31 Thread Jim MacDiarmid
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

[PHP-WIN] including files

2001-08-13 Thread Paul Smith
I know how to include files. I have a directory structure that looks like this: / /includes /includes/errors In the includes folder I have include files for things like my database. In the errors folder I have documents that I have instructed Apache to load as error docs, l