[PHP-WIN] include paths

2001-05-17 Thread mjrobey
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='')

[PHP-WIN] include paths

2001-05-18 Thread mjrobey
Well, thanks for all the input, I tried several different fixes, and combinations of fixes. In the end, giving the complete path in my include () statement did the trick. No amount of tinkering with the include_path variable would get the server to look in the right place. So my php now reads: