Tagged: Undefined variable in php

How can i solve this php errorr“Notice: Undefined variable”?

Relying on the default value of an uninitialized variable is problematic in the case of including one file into another which uses the same variable name. It is also a major security risk with register_globalsturned on. E_NOTICE level error...