本文介绍了register_globals - 开启的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。


我是PHP的新手。我的第一本书已经过了一半

我正在学习并刚刚创建了登录页面等。


我只是想知道,如果我是在本地运行php / mysql / apache,我应该

可以在没有任何安全问题的情况下打开register_globals吗?


谢谢


John

解决方案




最好从开始时用globals = off来学习php。 />





您是否知道register_globals开/关的后果?


如你所说,你是一个新手,我认为你从一开始就学习它更好。

。无需学习折旧的东西。

-

Tim Van Wassenhove< http://home.mysth.be/~timvw>



最好从开始时用globals = off来学习php。




使用error_reporting(E_ALL)更好。


-

如果每个人都阅读,USENET会是一个更好的地方:给我发电子邮件:使用|
|我的名字在收件人:中|
|标题,textonly |
|没有附件。 |


Hello.

I am a newbie to PHP. I am over halfway through my first book that
I''m learning with and have just created login pages etc.

I just wondered, if I am running php/mysql/apache locally, should I be
okay to turn register_globals on without any security issues?

Thanks

John

解决方案



It is better to learn php with globals=off from start.




Are you aware of the consequences that register_globals on/off have?

As you say that you are a newbie, i think you''re better of learning it
right from the start. No need to learn depreciated stuff.
--
Tim Van Wassenhove <http://home.mysth.be/~timvw>




It is better to learn php with globals=off from start.



Even better with error_reporting(E_ALL).

--
USENET would be a better place if everybody read: | to email me: use |
http://www.catb.org/~esr/faqs/smart-questions.html | my name in "To:" |
http://www.netmeister.org/news/learn2quote2.html | header, textonly |
http://www.expita.com/nomime.html | no attachments. |


这篇关于register_globals - 开启的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 08:53