Well I got stuck using a windows machine today and had to install apache and php in order to test somethings. I'm having problems including files in php files via 'include("thisfile.php");
I get these error messages when loading my page:
Warning: Failed opening 'c:\php\includes\jpgraph-1.7\jpgraph.php' for inclusion (include_path='.;c:\php\includes;c:\php\includes\jpgraph-1.7') in c:\program files\apache group\apache\htdocs\test.php on line 2
Warning: Failed opening 'c:\php\includes\jpgraph-1.7\jpgraph_line.php' for inclusion (include_path='.;c:\php\includes;c:\php\includes\jpgraph-1.7') in c:\program files\apache group\apache\htdocs\test.php on line 3
What should my include path be set to? I am inlcuding the full directory when I include the files. It should find them shouldn't it?
any help would be great. thanks in advance
Jon Buda