i'm using php/mysql/apache2 on winxp pro.
changing line 355 in php.ini from
register_globals = Off
to
register_globals = On
just worked when i changed it.
make sure you're editing the real php.ini file, mine resides:
c:\windows\php.ini
or refresh your phpinfo(); page...
probably heard this before, but not good security-wise to set register_globals = On. Even php.ini states that. not hard generally to code for Off.