| bolance |
2007-06-27 16:02 |
magic_quotes_gpc = Ondoc_root = <the document root folder of your Web server>extension_dir = <the PHP install directory> 看到有的教程有这个 看起来很晕 其实这边是3条命令 magic_quotes_gpc = On doc_root = <the document root folder of your Web server> #服务器文件根目录 如c:\apache\apache2\htdocs extension_dir = <the PHP install directory> #PHP目录 如c:\PHP\extensions |
|