Page 1 of 1

register_globals off

Posted: Mon Apr 12, 2010 9:44 pm
by m2babaey
Hi
I need someone to confirm my understanding is true
When register_globals is OFF, if I have a field named "address" in my form, I can access to the input by $_POST['address'] or $_GET etc
Is that correct?
Thank you

Re: register_globals off

Posted: Mon Apr 12, 2010 10:45 pm
by AbraCadaver
Yes.