This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / php网站问题下载了一个网站的源码,php的,可是在本地无法打开,提示错误FATAL ERROR: register_globals is disabled in php.ini, please enable it!,将php.ini文件中register_globals = ON,仍然如此,请高人指教
-acura115(summer);
2006-9-28
{188}
(#3235319@0)
-
first, make sure you edited the right php.ini file. create a test.php with <?phpinfo()?>, check where is the php.ini. second, you need to restart http server after you modify the ini file.
-holdon(again);
2006-9-28
(#3235337@0)
-
thanks,it works,but still have problem ,it display nothing.why?
-acura115(summer);
2006-9-28
(#3235397@0)