I'm upgrading our server to 4.1 tonight and want to turn register_globals OFF in the .ini, but don't want to break a ton of stuff.
In most of our scripts, we access posted variables as ${'var'} instead of $var... will turning register_globals off change this? Is using ${'var'} style variable names accessing anything different than straight $var type names?
Thanks.