biggus
03-24-2004, 10:09 AM
Have Apache 1.3 on my Win98 box. All is running fine, even virtual hosts. What I'm having trouble with is including other php and inc files using the following syntax:
include "/inc/fileToInclude.inc";
When I use this path, I get the following error:
Warning: main(): Failed opening '/inc/tables.inc' for inclusion (include_path='.;c:\php4\pear')
But the include path in my php.ini file is commented out and doesn't look like that in the first place. Anyone know what's going on?
Thanks,
Biggus
include "/inc/fileToInclude.inc";
When I use this path, I get the following error:
Warning: main(): Failed opening '/inc/tables.inc' for inclusion (include_path='.;c:\php4\pear')
But the include path in my php.ini file is commented out and doesn't look like that in the first place. Anyone know what's going on?
Thanks,
Biggus