I don't know why (if I would, I wouldn't have asked here), but my PHP doesn't seam to see the include path in my php.ini file.
I get the following error:
Code: Select all
Warning: require(HTML/QuickForm.php) [function.require]: failed to open stream: No such file or directory in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\header.php on line 23
Code: Select all
require("HTML/QuickForm.php");
Code: Select all
include_path = ".c:\php\includes;c:\php\PEAR"
Code: Select all
C:\php\PEAR\HTML
Jan