Hi,
Now that register_globals is (or will be) OFF by default (just like error_reporting) I'm facing a huge rewrite of existing code if my hosting provider decides that he wants to upgrade his php (and believe me, he will use default settings)
Is there any way to override register_globals and error_reporing runtime in your PHP script?
Any help would be much appreciated!