How To Disable Register_globals
How To Disable Register_globals Easily In Php And What Is The Simple Way To Do It
How, To, Disable, Register_globals


Sat Jan 09, 2010 12:04 am - How To Disable Register_globals
#3012
How To Disable Register_globals
author: O_o
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Sat Jan 09, 2010 12:06 am - Re: How To Disable Register_globals
#3200
webune
just add this at the first line of your script:

ini_set('register_globals', false);