Help needed urgently!!
I'm trying to set the include_path setting in php.ini I've tried setting it to
[list=1]
c:\inetpub\wwwroot\includes\
c:\inetpub\wwwroot\includes
\inetpub\wwwroot\includes
\inetpub\wwwroot\includes\[/list=1]
My understanding is that when I use
include("filename.php")
PHP automatically looks in the directory I specify for filename.php. Is this correct?
I'm getting the following error:
Warning: Failed opening 'header.php' for inclusion (include_path='c:\inetpub\wwwroot\includes\;') in C:\Inetpub\wwwroot\main\business.php on line 2
Any ideas or tips?
ta





Bookmarks