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 have
> a recurring problem with includes.  Every time I try to view a page with an
> include() statement, it returns an error of the following sort:
> 
> Warning: Failed opening 'menutop.php' for inclusion (include_path='') in d:
> \foxserv\www\home\en\index.php on line 5
> 
> I've tried placing the desired PHP file (menutop.php) in the same directory
> as the index.php, and it returns just fine, but I can't seem to get it to
> recognize any sort of path, as indicated by the error message.  As far as I
> can tell, my syntax is correct in my php.ini:
> 
> include_path = "d:\foxserv\www\include;."
> 
> But I keep running into the same problem.  I am running a dual boot on
> separate drive partitions, one Windows NT 4.0, one Windows 2000 Server,
> perhaps that has something to do with it?  If anyone has any insight into
> the problem it would be much appreciated.
> 
> -Matthew Robey
> Maxon Corp.


-- 

Michael Kelley                  
[EMAIL PROTECTED] 
        
Programmer/Systems Analyst I    
New Mexico State University
Information and Communication Technologies
Work # (505)-646-1374
P.O. Box 30001
MSC: 3AT
Las Cruces, NM 88003






-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to