ichael Bao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 1:30 PM
Subject: [PHP-WIN] Main Directory and E_mail Extractor
>
> require ("d:/iis/www3/lib/common/auth.inc");
>
> require ("/lib/common/auth.inc"); I need.
require ("d:/iis/www3/lib/common/auth.inc");
require ("/lib/common/auth.inc"); I need.
When I want to include some file, I must key in the absolute directory. So I change
include_path line to "include_path = d:/iis/www3/" in "php.ini" file. But it doesn't
work.Please tell me the reason.