Re: [PHP-WIN] Main Directory and E_mail Extractor

2003-08-14 Thread John Yu
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.

[PHP-WIN] Main Directory and E_mail Extractor

2003-08-14 Thread Michael Bao
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.