当我执行我的 php 文件时,我收到以下错误:
警告:include(C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs_lib\htmlfunctions.inc) [function.include]:无法打开流:C:\Program Files ( x86)\Apache Software Foundation\Apache2.2\htdocs\login.php 第 33 行
define ( "SYSDIR", "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs" );
define ( "CONTENTDIR", SYSDIR. "\\".CONTENTDIR_NAME );
我已将 htmlfunctions.inc 文件放置在如图所示的相同位置。我现在该怎么办?