I am getting include () problems
Posted: Tue May 07, 2002 2:31 am
Hello There,
I am getting the problem in sending mail in PHP 4. Please read my following words:
I am using the class of "class.html.mime.mail.inc" for sending mail with attachements. The errors I got as follows:
"
Warning: Failed opening 'class.html.mime.mail.inc' for inclusion (include_path='') in c:inetpubwwwrootphpNewsend.php on line 24
Fatal error: Cannot instantiate non-existent class: html_mime_mail in c:inetpubwwwrootphpNewsend.php on line 45. "
Basically, I have adjusted the path in the file of php.ini in WindowNT to:
1. Include_path=
or
2. include_path="C:PHPclass.html.mime.mail.inc"
After testing some times, I got the same errors mentioned above.
Please help me or show me the ways so that I get over this problems.
Thanks.
LTBinh from Vietnam
I am getting the problem in sending mail in PHP 4. Please read my following words:
I am using the class of "class.html.mime.mail.inc" for sending mail with attachements. The errors I got as follows:
"
Warning: Failed opening 'class.html.mime.mail.inc' for inclusion (include_path='') in c:inetpubwwwrootphpNewsend.php on line 24
Fatal error: Cannot instantiate non-existent class: html_mime_mail in c:inetpubwwwrootphpNewsend.php on line 45. "
Basically, I have adjusted the path in the file of php.ini in WindowNT to:
1. Include_path=
or
2. include_path="C:PHPclass.html.mime.mail.inc"
After testing some times, I got the same errors mentioned above.
Please help me or show me the ways so that I get over this problems.
Thanks.
LTBinh from Vietnam