View Single Post
Old 06-05-2008, 11:23   #9 (permalink)
Hunch
Grumpy old man
 
Hunch's Avatar
 
Join Date: Oct 2007
Location: North Japan
Posts: 1,375
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).
  Reply With Quote