I have an admin site that I have copied over to a new server to test for bugs and put live, along with some other sites.
The admin appears to have REGISTER GLOBALS on and is using it for most of the 300 php files.
Based on the fact that you have to login to this system anyway is it worth the weeks of work to re code all the variables?
Or be happy that I would fix each page as I add any new feature to it in the future?
Does Register Globals leave problems in code that has been cleaned, if we don't fix all at once? I'm guessing it could as $user_id can be set by any global.