在页面里直接require下就好
这个首先要看你的php是运行在什么系统上:
1 win:
把; Windows: "\path1;\path2"下面的;include_path = ".;c:\php\includes"改成include_path = ".;要包含进来的文件的绝对路径"
2 linux:
把; UNIX: "/path1:/path2"下面的;include_path = ".:/php/includes"改成include_path = ".:要包含进来的文件的绝对路径"
这样就ok了!