Did you check the register_global in the php.ini file to make sure they didn't get changed?
look for this line:
; 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 = On
Are they turned Off or On?