I get a lot of "Notice: Undefined variable"-error messages even though "register_globals" is "on", when I URL-pass variables.
What could be wrong?
Thanks!
/Daniel
open php.ini and replace "error_reporting = E_ALL" with "error_reporting = E_ALL & ~E_NOTICE"