The value of register_globals can be set to: On or Off. Let’s give a piece of code to describe their differences respectively.
Code:
When register_globals=Off, the next program should use $_GET['user_name'] and $_GET['user_pass'] to accept the passed value when receiving. (Note: When the method attribute of