[PHP-WIN] Tell me reason and How to do it

2003-08-16 Thread Michael Bao
After installed PHP4.3.2 and runned my main page, this error information will display as follows, Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI v

[PHP-WIN] E_mail Address 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.

[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.

[PHP-WIN] Absolute and Relative directory

2003-08-08 Thread Michael Bao
/www3/" in "php.ini" file. But it doesn't work.Please tell me the reason. thank you, Michael Bao