Hi,
I've got both the cgi and isapi versions of php installed on my win2k server.
When using an include file with cgi version, everything works fine.
When using include file with isapi version, I get the following error:
Warning: Failed opening 'inc/cfg.inc' for inclusion (include_path='php-bin;') in C:\Inetpub\ on line 1
Line 1 in my php file looks like this:
<?php include ('inc/cfg.inc'); ?>
It says include_path = 'php-bin;' but is set to nothing in my php.ini file under C:\winnt.
Any ideas?
thanx
######## CtN ########
I've got both the cgi and isapi versions of php installed on my win2k server.
When using an include file with cgi version, everything works fine.
When using include file with isapi version, I get the following error:
Warning: Failed opening 'inc/cfg.inc' for inclusion (include_path='php-bin;') in C:\Inetpub\ on line 1
Line 1 in my php file looks like this:
<?php include ('inc/cfg.inc'); ?>
It says include_path = 'php-bin;' but is set to nothing in my php.ini file under C:\winnt.
Any ideas?
thanx
######## CtN ########