sirup_segar Posted May 28, 2007 Share Posted May 28, 2007 hi, i'm confused with register global setting in PHP.ini. Should i change the setting to off or should i let it be? what's the differences when uploading to web server? thx Quote Link to comment Share on other sites More sharing options...
StormTheGates Posted May 28, 2007 Share Posted May 28, 2007 I recommend OFF unless you really need them. They are a security risk. Quote Link to comment Share on other sites More sharing options...
sirup_segar Posted May 29, 2007 Author Share Posted May 29, 2007 thanks. but what do you mean about security risk? does it affect much? tx.. Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted May 29, 2007 Share Posted May 29, 2007 Read these two sections in the PHP manual register_globals Using Register Globals Having register_globals enabled can also interfere with $_SESSION code if you're not careful. Ken Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.