Let me just quote from the PHP Manual on register globals:
Quote:
WARNING
This feature has been DEPRECATED in PHP 5 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
|
I'd recommend you look for another solution such as modifying your code (since it's hardly a stretch to do it).