Archive

Posts Tagged ‘register_globals’

How to Change Register Globals Value for Your Website

September 23rd, 2009 Masino Sinaga No comments

There are some resources that recommend you to set register_globals become Off on your PHP installation in order to keep your website secure. Some of them are:
- Using Register Globals
- How do I deal with register_globals?
We are not talking or discussing about those resources, but the question is: “How do I change this register_globals value become Off anyhow if its directive on my server currently is On, and in the same time I could not change the register_globals directive from the php.ini file?” Well, here is the solution for you. Read more…

  • Share/Bookmark