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
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
- 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
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