Re: [PHP-WIN] include paths

2001-05-18 Thread Ruslan Ohitin
Hello mjrobey, try to replace "\" with "/": include_path = "d:/foxserv/www/include;." mmc> Greetings, mmc> I'm running Apache with the PHP mod under Windows 2000, but I seem to have mmc> a recurring problem with includes. Every time I try to view a page with an mmc> include() statement, it ret

Re: [PHP-WIN] include paths

2001-05-17 Thread Alan Popow
On Thu, 17 May 2001 11:30:59 -0500, you wrote: On second thought (see my previous note), how exactly are you typing your include() in code? I realized after posting previously, that include() automatically traverses the path(s) set by the include_path variable, so as long as that is set up proper

Re: [PHP-WIN] include paths

2001-05-17 Thread Netcom Mail
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 12:30 PM Subject: [PHP-WIN] include paths Try typing the include() line in your code like this: include($include_path."\SomeFilenameToInclude"); Alan > Greetings, > > I'm running Apac

Re: [PHP-WIN] include paths

2001-05-17 Thread Michael Kelley
my include looks like ; ; Paths and Directories ; ; include_path =\apache\includes do you have the quotes & ; & . in yours?? [EMAIL PROTECTED] wrote: > Greetings, > > I'm running Apache with the PHP mod under Windows 2000, but I seem to h