I am getting this:
Failed opening 'dbclass.php' for inclusion (include=path='c:\program files\apache\htdocs\') in "Bla"
The line I am trying to execute is
include_once("dbclass.php");
this file is in the htdocs directory.
I am getting this:
Failed opening 'dbclass.php' for inclusion (include=path='c:\program files\apache\htdocs\') in "Bla"
The line I am trying to execute is
include_once("dbclass.php");
this file is in the htdocs directory.
The check list that comes to mind is:
File rights (should not be a problem as you said your running windows)
path is correct e.g. both in same directory (or include path mapped correctly)
spelt correct e.g. case (not on windows though)
If none of this works, just removing the code and start again with just a print statment in the include and main file, but it is more than likley a path related thing.
Nick