devi aprire il php.ini, cercare la voce 'register_globals' e cambiarne il valore
codice:; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security problems, if the code is not very well thought of. register_globals = Off