Hello.
I have this setting in my PHP.ini:
include_path = "c:\php\includes\phpmailer"
but when i require file class.phpmailer.php (wich is placed in c:\php\includes\phpmailer\) like:
require("class.phpmailer.php"
;
I get this message:
Fatal error: Failed opening required 'class.phpmailer.php' (include_path='c:\php\includes\phpmailer') in C:\Apache2\htdocs\test_mail.php on line 10
I have W2K, PHP4 as binary, on Apache2.
Thanks for any suggestions.
I have this setting in my PHP.ini:
include_path = "c:\php\includes\phpmailer"
but when i require file class.phpmailer.php (wich is placed in c:\php\includes\phpmailer\) like:
require("class.phpmailer.php"

I get this message:
Fatal error: Failed opening required 'class.phpmailer.php' (include_path='c:\php\includes\phpmailer') in C:\Apache2\htdocs\test_mail.php on line 10
I have W2K, PHP4 as binary, on Apache2.
Thanks for any suggestions.