php.ini 中设置 include_path 了吗?要用phplib中的什么?如果只是用模板类或是数据库类,单独把二个文件拿出来引用就行了

解决方案 »

  1.   

    phplib没必要安装了吧,值得用到的也就是db_sql和template两个不大的类
    直接include到你的程序里就行了include_path = "c:\php\phplib"
      

  2.   

    而且我在打开以前做的程序都打不开出现:
     Failed opening required 'index_function.php' (include_path='E:\apache\Apache\php\') in 
    这是怎么回事,麻烦解决一下谢谢!!
      

  3.   

    我现在是打开以前做的都出现
    Warning: Unknown(prepend.php3): failed to open stream: No such file or directory in Unknown on line 0Warning: (null)(): Failed opening 'prepend.php3' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0问题严重了。
      

  4.   

    Failed opening required 'index_function.php' (include_path='E:\apache\Apache\php\') in 找不到'index_function.php,路径正确吗~?