register_globals is the one PHP directive that absolutely must be switched off on your server.
If it is on, it is first of all a general security liability, and second, it can cause a number of problems with software coded for register_globals off --- su...
Read more »